Html Css Color HEX #68090D Pohutukawa

📋 copy color: '#68090D'

red 104 ◦ green 9 ◦ blue 13

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

Shades of Pohutukawa #68090D

Tints of Pohutukawa #68090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 82.54%
G = 7.14%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68090D (or 0x68090D) is known color: Pohutukawa. HEX triplet: 68, 09 and 0D. RGB value is (104,9,13). Sum of RGB (Red+Green+Blue) = 104+9+13=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #68090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090D is #97F6F2. Grayscale: #252525. Windows color (decimal): -9959155 or 854376. OLE color: 854376.

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

Color convert

RGB 104 9 13 -
CMYK 0 0.91 0.88 0.59
HSL 357.47º 0.84% 0.22% -
HSV(B) 357.47º 0.91% 0.41% -
XYZ 5.88 3.17 0.68 -
YUV 37.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 104 9 13 0 0.91 0.88 0.59 357.47 0.84 0.22
Hex 68 9 D 0 5B 58 3B 165 54 16
Octal 150 11 15 0 133 130 73 545 124 26
Binary 1101000 1001 1101 0 1011011 1011000 111011 101100101 1010100 10110

Color Harmonies of #68090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090D

Black with #68090D

Text Example


Text Example

White with #68090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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