Html Css Color HEX #651120 Pohutukawa

📋 copy color: '#651120'

red 101 ◦ green 17 ◦ blue 32

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

Shades of Pohutukawa #651120

Tints of Pohutukawa #651120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 67.33%
G = 11.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651120 (or 0x651120) is known color: Pohutukawa. HEX triplet: 65, 11 and 20. RGB value is (101,17,32). Sum of RGB (Red+Green+Blue) = 101+17+32=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651120 is #9AEEDF. Grayscale: #2B2B2B. Windows color (decimal): -10153696 or 2101605. OLE color: 2101605.

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

Color convert

RGB 101 17 32 -
CMYK 0 0.83 0.68 0.60
HSL 349.29º 0.71% 0.23% -
HSV(B) 349.29º 0.83% 0.4% -
XYZ 5.83 3.27 1.69 -
YUV 43.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 101 17 32 0 0.83 0.68 0.60 349.29 0.71 0.23
Hex 65 11 20 0 53 44 3C 15D 47 17
Octal 145 21 40 0 123 104 74 535 107 27
Binary 1100101 10001 100000 0 1010011 1000100 111100 101011101 1000111 10111

Color Harmonies of #651120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651120

Black with #651120

Text Example


Text Example

White with #651120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651120; }

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

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

background-color css

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

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

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

border-color css

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

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

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