Html Css Color HEX #681318 Pohutukawa

📋 copy color: '#681318'

red 104 ◦ green 19 ◦ blue 24

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

Shades of Pohutukawa #681318

Tints of Pohutukawa #681318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 70.75%
G = 12.93%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#681318 (or 0x681318) is known color: Pohutukawa. HEX triplet: 68, 13 and 18. RGB value is (104,19,24). Sum of RGB (Red+Green+Blue) = 104+19+24=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681318 is #97ECE7. Grayscale: #2D2D2D. Windows color (decimal): -9956584 or 1577832. OLE color: 1577832.

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

Color convert

RGB 104 19 24 -
CMYK 0 0.82 0.77 0.59
HSL 356.47º 0.69% 0.24% -
HSV(B) 356.47º 0.82% 0.41% -
XYZ 6.11 3.47 1.21 -
YUV 44.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 104 19 24 0 0.82 0.77 0.59 356.47 0.69 0.24
Hex 68 13 18 0 52 4D 3B 164 45 18
Octal 150 23 30 0 122 115 73 544 105 30
Binary 1101000 10011 11000 0 1010010 1001101 111011 101100100 1000101 11000

Color Harmonies of #681318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681318

Black with #681318

Text Example


Text Example

White with #681318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681318; }

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

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

background-color css

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

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

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

border-color css

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

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

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