Html Css Color HEX #670D10 Pohutukawa

📋 copy color: '#670D10'

red 103 ◦ green 13 ◦ blue 16

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

Shades of Pohutukawa #670D10

Tints of Pohutukawa #670D10

RGB

 RED value IS 103 (40.63% from 255) = 78.03%

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 78.03%
G = 9.85%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#670D10 (or 0x670D10) is known color: Pohutukawa. HEX triplet: 67, 0D and 10. RGB value is (103,13,16). Sum of RGB (Red+Green+Blue) = 103+13+16=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #670D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D10 is #98F2EF. Grayscale: #282828. Windows color (decimal): -10023664 or 1052007. OLE color: 1052007.

HSL color Cylindrical-coordinate representation of color #670D10: hue angle of 358º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D10 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 13 16 -
CMYK 0 0.87 0.84 0.60
HSL 358º 0.78% 0.23% -
HSV(B) 358º 0.87% 0.4% -
XYZ 5.83 3.21 0.8 -
YUV 40.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 103 13 16 0 0.87 0.84 0.60 358 0.78 0.23
Hex 67 D 10 0 57 54 3C 166 4E 17
Octal 147 15 20 0 127 124 74 546 116 27
Binary 1100111 1101 10000 0 1010111 1010100 111100 101100110 1001110 10111

Color Harmonies of #670D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D10

Black with #670D10

Text Example


Text Example

White with #670D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670D10; }

 p { color: rgb(103,13,16); }

 H1.HeaderClassName
 {
   color: #670D10;
 }
 .AnyTagClassName
 {
   color: #670D10;
 }
</style>

background-color css

<style>
 a { background-color: #670D10; }

 a { background-color: rgb(103,13,16); }

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

border-color css

<style>
 span { border-color: #670D10; }

 span { border-color: rgb(103,13,16); }

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