Html Css Color HEX #68090B Pohutukawa

📋 copy color: '#68090B'

red 104 ◦ green 9 ◦ blue 11

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

Shades of Pohutukawa #68090B

Tints of Pohutukawa #68090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 83.87%
G = 7.26%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68090B (or 0x68090B) is known color: Pohutukawa. HEX triplet: 68, 09 and 0B. RGB value is (104,9,11). Sum of RGB (Red+Green+Blue) = 104+9+11=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #68090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090B is #97F6F4. Grayscale: #252525. Windows color (decimal): -9959157 or 723304. OLE color: 723304.

HSL color Cylindrical-coordinate representation of color #68090B: hue angle of 358.74º 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 #68090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 11 -
CMYK 0 0.91 0.89 0.59
HSL 358.74º 0.84% 0.22% -
HSV(B) 358.74º 0.91% 0.41% -
XYZ 5.87 3.16 0.62 -
YUV 37.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 104 9 11 0 0.91 0.89 0.59 358.74 0.84 0.22
Hex 68 9 B 0 5B 59 3B 167 54 16
Octal 150 11 13 0 133 131 73 547 124 26
Binary 1101000 1001 1011 0 1011011 1011001 111011 101100111 1010100 10110

Color Harmonies of #68090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090B

Black with #68090B

Text Example


Text Example

White with #68090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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