Html Css Color HEX #68080D Pohutukawa

📋 copy color: '#68080D'

red 104 ◦ green 8 ◦ blue 13

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

Shades of Pohutukawa #68080D

Tints of Pohutukawa #68080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 83.2%
G = 6.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68080D (or 0x68080D) is known color: Pohutukawa. HEX triplet: 68, 08 and 0D. RGB value is (104,8,13). Sum of RGB (Red+Green+Blue) = 104+8+13=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #68080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080D is #97F7F2. Grayscale: #252525. Windows color (decimal): -9959411 or 854120. OLE color: 854120.

HSL color Cylindrical-coordinate representation of color #68080D: hue angle of 356.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68080D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 13 -
CMYK 0 0.92 0.88 0.59
HSL 356.88º 0.86% 0.22% -
HSV(B) 356.88º 0.92% 0.41% -
XYZ 5.87 3.15 0.68 -
YUV 37.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 104 8 13 0 0.92 0.88 0.59 356.88 0.86 0.22
Hex 68 8 D 0 5C 58 3B 165 56 16
Octal 150 10 15 0 134 130 73 545 126 26
Binary 1101000 1000 1101 0 1011100 1011000 111011 101100101 1010110 10110

Color Harmonies of #68080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68080D

Black with #68080D

Text Example


Text Example

White with #68080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68080D; }

 p { color: rgb(104,8,13); }

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

background-color css

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

 a { background-color: rgb(104,8,13); }

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

border-color css

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

 span { border-color: rgb(104,8,13); }

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