Html Css Color HEX #680B13 Pohutukawa

📋 copy color: '#680B13'

red 104 ◦ green 11 ◦ blue 19

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

Shades of Pohutukawa #680B13

Tints of Pohutukawa #680B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.21%

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

R = 77.61%
G = 8.21%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#680B13 (or 0x680B13) is known color: Pohutukawa. HEX triplet: 68, 0B and 13. RGB value is (104,11,19). Sum of RGB (Red+Green+Blue) = 104+11+19=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #680B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B13 is #97F4EC. Grayscale: #272727. Windows color (decimal): -9958637 or 1248104. OLE color: 1248104.

HSL color Cylindrical-coordinate representation of color #680B13: hue angle of 354.84º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B13 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 19 -
CMYK 0 0.89 0.82 0.59
HSL 354.84º 0.81% 0.23% -
HSV(B) 354.84º 0.89% 0.41% -
XYZ 5.95 3.23 0.93 -
YUV 39.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 104 11 19 0 0.89 0.82 0.59 354.84 0.81 0.23
Hex 68 B 13 0 59 52 3B 163 51 17
Octal 150 13 23 0 131 122 73 543 121 27
Binary 1101000 1011 10011 0 1011001 1010010 111011 101100011 1010001 10111

Color Harmonies of #680B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B13

Black with #680B13

Text Example


Text Example

White with #680B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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