Html Css Color HEX #651220 Pohutukawa

📋 copy color: '#651220'

red 101 ◦ green 18 ◦ blue 32

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

Shades of Pohutukawa #651220

Tints of Pohutukawa #651220

RGB

 RED value IS 101 (39.84% from 255) = 66.89%

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 66.89%
G = 11.92%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651220 (or 0x651220) is known color: Pohutukawa. HEX triplet: 65, 12 and 20. RGB value is (101,18,32). Sum of RGB (Red+Green+Blue) = 101+18+32=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #651220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651220 is #9AEDDF. Grayscale: #2C2C2C. Windows color (decimal): -10153440 or 2101861. OLE color: 2101861.

HSL color Cylindrical-coordinate representation of color #651220: hue angle of 349.88º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651220 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 32 -
CMYK 0 0.82 0.68 0.60
HSL 349.88º 0.7% 0.23% -
HSV(B) 349.88º 0.82% 0.4% -
XYZ 5.84 3.3 1.7 -
YUV 44.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 101 18 32 0 0.82 0.68 0.60 349.88 0.7 0.23
Hex 65 12 20 0 52 44 3C 15E 46 17
Octal 145 22 40 0 122 104 74 536 106 27
Binary 1100101 10010 100000 0 1010010 1000100 111100 101011110 1000110 10111

Color Harmonies of #651220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651220

Black with #651220

Text Example


Text Example

White with #651220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651220; }

 p { color: rgb(101,18,32); }

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

background-color css

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

 a { background-color: rgb(101,18,32); }

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

border-color css

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

 span { border-color: rgb(101,18,32); }

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