Html Css Color HEX #671820 Pohutukawa

📋 copy color: '#671820'

red 103 ◦ green 24 ◦ blue 32

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

Shades of Pohutukawa #671820

Tints of Pohutukawa #671820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 64.78%
G = 15.09%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671820 (or 0x671820) is known color: Pohutukawa. HEX triplet: 67, 18 and 20. RGB value is (103,24,32). Sum of RGB (Red+Green+Blue) = 103+24+32=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671820 is #98E7DF. Grayscale: #303030. Windows color (decimal): -10020832 or 2103399. OLE color: 2103399.

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

Color convert

RGB 103 24 32 -
CMYK 0 0.77 0.69 0.60
HSL 353.92º 0.62% 0.25% -
HSV(B) 353.92º 0.77% 0.4% -
XYZ 6.18 3.64 1.74 -
YUV 48.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 103 24 32 0 0.77 0.69 0.60 353.92 0.62 0.25
Hex 67 18 20 0 4D 45 3C 162 3E 19
Octal 147 30 40 0 115 105 74 542 76 31
Binary 1100111 11000 100000 0 1001101 1000101 111100 101100010 111110 11001

Color Harmonies of #671820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671820

Black with #671820

Text Example


Text Example

White with #671820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671820; }

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

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

background-color css

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

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

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

border-color css

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

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

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