Html Css Color HEX #670912 Pohutukawa

📋 copy color: '#670912'

red 103 ◦ green 9 ◦ blue 18

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

Shades of Pohutukawa #670912

Tints of Pohutukawa #670912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 79.23%
G = 6.92%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#670912 (or 0x670912) is known color: Pohutukawa. HEX triplet: 67, 09 and 12. RGB value is (103,9,18). Sum of RGB (Red+Green+Blue) = 103+9+18=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #670912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670912 is #98F6ED. Grayscale: #262626. Windows color (decimal): -10024686 or 1182055. OLE color: 1182055.

HSL color Cylindrical-coordinate representation of color #670912: hue angle of 354.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670912 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 9 18 -
CMYK 0 0.91 0.83 0.60
HSL 354.26º 0.84% 0.22% -
HSV(B) 354.26º 0.91% 0.4% -
XYZ 5.8 3.12 0.87 -
YUV 38.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 103 9 18 0 0.91 0.83 0.60 354.26 0.84 0.22
Hex 67 9 12 0 5B 53 3C 162 54 16
Octal 147 11 22 0 133 123 74 542 124 26
Binary 1100111 1001 10010 0 1011011 1010011 111100 101100010 1010100 10110

Color Harmonies of #670912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670912

Black with #670912

Text Example


Text Example

White with #670912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670912; }

 p { color: rgb(103,9,18); }

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

background-color css

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

 a { background-color: rgb(103,9,18); }

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

border-color css

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

 span { border-color: rgb(103,9,18); }

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