Html Css Color HEX #671224 Pohutukawa

📋 copy color: '#671224'

red 103 ◦ green 18 ◦ blue 36

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

Shades of Pohutukawa #671224

Tints of Pohutukawa #671224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.93%

R = 65.61%
G = 11.46%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#671224 (or 0x671224) is known color: Pohutukawa. HEX triplet: 67, 12 and 24. RGB value is (103,18,36). Sum of RGB (Red+Green+Blue) = 103+18+36=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #671224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671224 is #98EDDB. Grayscale: #2D2D2D. Windows color (decimal): -10022364 or 2364007. OLE color: 2364007.

HSL color Cylindrical-coordinate representation of color #671224: hue angle of 347.29º 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 #671224 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 36 -
CMYK 0 0.83 0.65 0.60
HSL 347.29º 0.7% 0.24% -
HSV(B) 347.29º 0.83% 0.4% -
XYZ 6.13 3.44 2.01 -
YUV 45.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 103 18 36 0 0.83 0.65 0.60 347.29 0.7 0.24
Hex 67 12 24 0 53 41 3C 15B 46 18
Octal 147 22 44 0 123 101 74 533 106 30
Binary 1100111 10010 100100 0 1010011 1000001 111100 101011011 1000110 11000

Color Harmonies of #671224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671224

Black with #671224

Text Example


Text Example

White with #671224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671224; }

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

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

background-color css

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

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

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

border-color css

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

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

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