Html Css Color HEX #68070D Pohutukawa

📋 copy color: '#68070D'

red 104 ◦ green 7 ◦ blue 13

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

Shades of Pohutukawa #68070D

Tints of Pohutukawa #68070D

RGB

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

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

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

R = 83.87%
G = 5.65%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68070D (or 0x68070D) is known color: Pohutukawa. HEX triplet: 68, 07 and 0D. RGB value is (104,7,13). Sum of RGB (Red+Green+Blue) = 104+7+13=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #68070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070D is #97F8F2. Grayscale: #242424. Windows color (decimal): -9959667 or 853864. OLE color: 853864.

HSL color Cylindrical-coordinate representation of color #68070D: hue angle of 356.29º 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 #68070D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 13 -
CMYK 0 0.93 0.88 0.59
HSL 356.29º 0.87% 0.22% -
HSV(B) 356.29º 0.93% 0.41% -
XYZ 5.86 3.12 0.68 -
YUV 36.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 104 7 13 0 0.93 0.88 0.59 356.29 0.87 0.22
Hex 68 7 D 0 5D 58 3B 164 57 16
Octal 150 7 15 0 135 130 73 544 127 26
Binary 1101000 111 1101 0 1011101 1011000 111011 101100100 1010111 10110

Color Harmonies of #68070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68070D

Black with #68070D

Text Example


Text Example

White with #68070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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