Html Css Color HEX #671120 Pohutukawa

📋 copy color: '#671120'

red 103 ◦ green 17 ◦ blue 32

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

Shades of Pohutukawa #671120

Tints of Pohutukawa #671120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 67.76%
G = 11.18%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671120 (or 0x671120) is known color: Pohutukawa. HEX triplet: 67, 11 and 20. RGB value is (103,17,32). Sum of RGB (Red+Green+Blue) = 103+17+32=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #671120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671120 is #98EEDF. Grayscale: #2C2C2C. Windows color (decimal): -10022624 or 2101607. OLE color: 2101607.

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

Color convert

RGB 103 17 32 -
CMYK 0 0.83 0.69 0.60
HSL 349.53º 0.72% 0.24% -
HSV(B) 349.53º 0.83% 0.4% -
XYZ 6.05 3.39 1.7 -
YUV 44.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 103 17 32 0 0.83 0.69 0.60 349.53 0.72 0.24
Hex 67 11 20 0 53 45 3C 15E 48 18
Octal 147 21 40 0 123 105 74 536 110 30
Binary 1100111 10001 100000 0 1010011 1000101 111100 101011110 1001000 11000

Color Harmonies of #671120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671120

Black with #671120

Text Example


Text Example

White with #671120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671120; }

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

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

background-color css

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

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

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

border-color css

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

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

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