Html Css Color HEX #671124 Pohutukawa

📋 copy color: '#671124'

red 103 ◦ green 17 ◦ blue 36

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

Shades of Pohutukawa #671124

Tints of Pohutukawa #671124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 66.03%
G = 10.9%
B = 23.08%

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

#671124 (or 0x671124) is known color: Pohutukawa. HEX triplet: 67, 11 and 24. RGB value is (103,17,36). Sum of RGB (Red+Green+Blue) = 103+17+36=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671124 is #98EEDB. Grayscale: #2C2C2C. Windows color (decimal): -10022620 or 2363751. OLE color: 2363751.

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

Color convert

RGB 103 17 36 -
CMYK 0 0.83 0.65 0.60
HSL 346.74º 0.72% 0.24% -
HSV(B) 346.74º 0.83% 0.4% -
XYZ 6.11 3.41 2.01 -
YUV 44.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 103 17 36 0 0.83 0.65 0.60 346.74 0.72 0.24
Hex 67 11 24 0 53 41 3C 15B 48 18
Octal 147 21 44 0 123 101 74 533 110 30
Binary 1100111 10001 100100 0 1010011 1000001 111100 101011011 1001000 11000

Color Harmonies of #671124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671124

Black with #671124

Text Example


Text Example

White with #671124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671124; }

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

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

background-color css

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

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

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

border-color css

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

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

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