Html Css Color HEX #671720 Pohutukawa

📋 copy color: '#671720'

red 103 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #671720

Tints of Pohutukawa #671720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 65.19%
G = 14.56%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671720 (or 0x671720) is known color: Pohutukawa. HEX triplet: 67, 17 and 20. RGB value is (103,23,32). Sum of RGB (Red+Green+Blue) = 103+23+32=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #671720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671720 is #98E8DF. Grayscale: #2F2F2F. Windows color (decimal): -10021088 or 2103143. OLE color: 2103143.

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

Color convert

RGB 103 23 32 -
CMYK 0 0.78 0.69 0.60
HSL 353.25º 0.63% 0.25% -
HSV(B) 353.25º 0.78% 0.4% -
XYZ 6.16 3.6 1.74 -
YUV 47.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 103 23 32 0 0.78 0.69 0.60 353.25 0.63 0.25
Hex 67 17 20 0 4E 45 3C 161 3F 19
Octal 147 27 40 0 116 105 74 541 77 31
Binary 1100111 10111 100000 0 1001110 1000101 111100 101100001 111111 11001

Color Harmonies of #671720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671720

Black with #671720

Text Example


Text Example

White with #671720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671720; }

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

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

background-color css

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

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

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

border-color css

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

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

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