Html Css Color HEX #681213 Pohutukawa

📋 copy color: '#681213'

red 104 ◦ green 18 ◦ blue 19

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

Shades of Pohutukawa #681213

Tints of Pohutukawa #681213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 73.76%
G = 12.77%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#681213 (or 0x681213) is known color: Pohutukawa. HEX triplet: 68, 12 and 13. RGB value is (104,18,19). Sum of RGB (Red+Green+Blue) = 104+18+19=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681213 is #97EDEC. Grayscale: #2B2B2B. Windows color (decimal): -9956845 or 1249896. OLE color: 1249896.

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

Color convert

RGB 104 18 19 -
CMYK 0 0.83 0.82 0.59
HSL 359.3º 0.7% 0.24% -
HSV(B) 359.3º 0.83% 0.41% -
XYZ 6.04 3.42 0.96 -
YUV 43.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 104 18 19 0 0.83 0.82 0.59 359.3 0.7 0.24
Hex 68 12 13 0 53 52 3B 167 46 18
Octal 150 22 23 0 123 122 73 547 106 30
Binary 1101000 10010 10011 0 1010011 1010010 111011 101100111 1000110 11000

Color Harmonies of #681213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681213

Black with #681213

Text Example


Text Example

White with #681213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681213; }

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

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

background-color css

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

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

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

border-color css

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

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

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