Html Css Color HEX #681418 Pohutukawa

📋 copy color: '#681418'

red 104 ◦ green 20 ◦ blue 24

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

Shades of Pohutukawa #681418

Tints of Pohutukawa #681418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 70.27%
G = 13.51%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#681418 (or 0x681418) is known color: Pohutukawa. HEX triplet: 68, 14 and 18. RGB value is (104,20,24). Sum of RGB (Red+Green+Blue) = 104+20+24=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681418 is #97EBE7. Grayscale: #2D2D2D. Windows color (decimal): -9956328 or 1578088. OLE color: 1578088.

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

Color convert

RGB 104 20 24 -
CMYK 0 0.81 0.77 0.59
HSL 357.14º 0.68% 0.24% -
HSV(B) 357.14º 0.81% 0.41% -
XYZ 6.12 3.51 1.22 -
YUV 45.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 104 20 24 0 0.81 0.77 0.59 357.14 0.68 0.24
Hex 68 14 18 0 51 4D 3B 165 44 18
Octal 150 24 30 0 121 115 73 545 104 30
Binary 1101000 10100 11000 0 1010001 1001101 111011 101100101 1000100 11000

Color Harmonies of #681418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681418

Black with #681418

Text Example


Text Example

White with #681418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681418; }

 p { color: rgb(104,20,24); }

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

background-color css

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

 a { background-color: rgb(104,20,24); }

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

border-color css

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

 span { border-color: rgb(104,20,24); }

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