Html Css Color HEX #681028 Pohutukawa

📋 copy color: '#681028'

red 104 ◦ green 16 ◦ blue 40

#681028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #681028

Tints of Pohutukawa #681028

RGB

 RED value IS 104 (41.02% from 255) = 65%

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 65%
G = 10%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#681028 (or 0x681028) is known color: Pohutukawa. HEX triplet: 68, 10 and 28. RGB value is (104,16,40). Sum of RGB (Red+Green+Blue) = 104+16+40=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681028 is #97EFD7. Grayscale: #2D2D2D. Windows color (decimal): -9957336 or 2625640. OLE color: 2625640.

HSL color Cylindrical-coordinate representation of color #681028: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681028 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 40 -
CMYK 0 0.85 0.62 0.59
HSL 343.64º 0.73% 0.24% -
HSV(B) 343.64º 0.85% 0.41% -
XYZ 6.28 3.47 2.35 -
YUV 45.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 104 16 40 0 0.85 0.62 0.59 343.64 0.73 0.24
Hex 68 10 28 0 55 3E 3B 158 49 18
Octal 150 20 50 0 125 76 73 530 111 30
Binary 1101000 10000 101000 0 1010101 111110 111011 101011000 1001001 11000

Color Harmonies of #681028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681028

Black with #681028

Text Example


Text Example

White with #681028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681028; }

 p { color: rgb(104,16,40); }

 H1.HeaderClassName
 {
   color: #681028;
 }
 .AnyTagClassName
 {
   color: #681028;
 }
</style>

background-color css

<style>
 a { background-color: #681028; }

 a { background-color: rgb(104,16,40); }

 div.DivClassName
 {
   background-color: #681028;
 }
 .BgClassName
 {
   background-color: #681028;
 }
</style>

border-color css

<style>
 span { border-color: #681028; }

 span { border-color: rgb(104,16,40); }

 td.TdClassName
 {
   border-color: #681028;
 }
 .TagClassName
 {
   border-color: #681028;
 }
</style>