Html Css Color HEX #68070B Pohutukawa

📋 copy color: '#68070B'

red 104 ◦ green 7 ◦ blue 11

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

Shades of Pohutukawa #68070B

Tints of Pohutukawa #68070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 85.25%
G = 5.74%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68070B (or 0x68070B) is known color: Pohutukawa. HEX triplet: 68, 07 and 0B. RGB value is (104,7,11). Sum of RGB (Red+Green+Blue) = 104+7+11=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070B is #97F8F4. Grayscale: #242424. Windows color (decimal): -9959669 or 722792. OLE color: 722792.

HSL color Cylindrical-coordinate representation of color #68070B: hue angle of 357.53º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68070B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 11 -
CMYK 0 0.93 0.89 0.59
HSL 357.53º 0.87% 0.22% -
HSV(B) 357.53º 0.93% 0.41% -
XYZ 5.85 3.12 0.61 -
YUV 36.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 104 7 11 0 0.93 0.89 0.59 357.53 0.87 0.22
Hex 68 7 B 0 5D 59 3B 166 57 16
Octal 150 7 13 0 135 131 73 546 127 26
Binary 1101000 111 1011 0 1011101 1011001 111011 101100110 1010111 10110

Color Harmonies of #68070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68070B

Black with #68070B

Text Example


Text Example

White with #68070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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