Html Css Color HEX #671F20 Pohutukawa

📋 copy color: '#671F20'

red 103 ◦ green 31 ◦ blue 32

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

Shades of Pohutukawa #671F20

Tints of Pohutukawa #671F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 62.05%
G = 18.67%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671F20 (or 0x671F20) is known color: Pohutukawa. HEX triplet: 67, 1F and 20. RGB value is (103,31,32). Sum of RGB (Red+Green+Blue) = 103+31+32=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #671F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F20 is #98E0DF. Grayscale: #343434. Windows color (decimal): -10019040 or 2105191. OLE color: 2105191.

HSL color Cylindrical-coordinate representation of color #671F20: hue angle of 359.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F20 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 32 -
CMYK 0 0.70 0.69 0.60
HSL 359.17º 0.54% 0.26% -
HSV(B) 359.17º 0.7% 0.4% -
XYZ 6.34 3.97 1.8 -
YUV 52.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 103 31 32 0 0.70 0.69 0.60 359.17 0.54 0.26
Hex 67 1F 20 0 46 45 3C 167 36 1A
Octal 147 37 40 0 106 105 74 547 66 32
Binary 1100111 11111 100000 0 1000110 1000101 111100 101100111 110110 11010

Color Harmonies of #671F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F20

Black with #671F20

Text Example


Text Example

White with #671F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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