Html Css Color HEX #671216 Pohutukawa

📋 copy color: '#671216'

red 103 ◦ green 18 ◦ blue 22

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

Shades of Pohutukawa #671216

Tints of Pohutukawa #671216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 72.03%
G = 12.59%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#671216 (or 0x671216) is known color: Pohutukawa. HEX triplet: 67, 12 and 16. RGB value is (103,18,22). Sum of RGB (Red+Green+Blue) = 103+18+22=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #671216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671216 is #98EDE9. Grayscale: #2B2B2B. Windows color (decimal): -10022378 or 1446503. OLE color: 1446503.

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

Color convert

RGB 103 18 22 -
CMYK 0 0.83 0.79 0.60
HSL 357.18º 0.7% 0.24% -
HSV(B) 357.18º 0.83% 0.4% -
XYZ 5.95 3.37 1.1 -
YUV 43.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 103 18 22 0 0.83 0.79 0.60 357.18 0.7 0.24
Hex 67 12 16 0 53 4F 3C 165 46 18
Octal 147 22 26 0 123 117 74 545 106 30
Binary 1100111 10010 10110 0 1010011 1001111 111100 101100101 1000110 11000

Color Harmonies of #671216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671216

Black with #671216

Text Example


Text Example

White with #671216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671216; }

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

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

background-color css

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

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

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

border-color css

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

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

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