Html Css Color HEX #671420 Pohutukawa

📋 copy color: '#671420'

red 103 ◦ green 20 ◦ blue 32

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

Shades of Pohutukawa #671420

Tints of Pohutukawa #671420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 66.45%
G = 12.9%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671420 (or 0x671420) is known color: Pohutukawa. HEX triplet: 67, 14 and 20. RGB value is (103,20,32). Sum of RGB (Red+Green+Blue) = 103+20+32=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671420 is #98EBDF. Grayscale: #2E2E2E. Windows color (decimal): -10021856 or 2102375. OLE color: 2102375.

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

Color convert

RGB 103 20 32 -
CMYK 0 0.81 0.69 0.60
HSL 351.33º 0.67% 0.24% -
HSV(B) 351.33º 0.81% 0.4% -
XYZ 6.1 3.49 1.72 -
YUV 46.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 103 20 32 0 0.81 0.69 0.60 351.33 0.67 0.24
Hex 67 14 20 0 51 45 3C 15F 43 18
Octal 147 24 40 0 121 105 74 537 103 30
Binary 1100111 10100 100000 0 1010001 1000101 111100 101011111 1000011 11000

Color Harmonies of #671420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671420

Black with #671420

Text Example


Text Example

White with #671420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671420; }

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

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

background-color css

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

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

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

border-color css

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

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

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