Html Css Color HEX #651020 Pohutukawa

📋 copy color: '#651020'

red 101 ◦ green 16 ◦ blue 32

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

Shades of Pohutukawa #651020

Tints of Pohutukawa #651020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 67.79%
G = 10.74%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651020 (or 0x651020) is known color: Pohutukawa. HEX triplet: 65, 10 and 20. RGB value is (101,16,32). Sum of RGB (Red+Green+Blue) = 101+16+32=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #651020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651020 is #9AEFDF. Grayscale: #2B2B2B. Windows color (decimal): -10153952 or 2101349. OLE color: 2101349.

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

Color convert

RGB 101 16 32 -
CMYK 0 0.84 0.68 0.60
HSL 348.71º 0.73% 0.23% -
HSV(B) 348.71º 0.84% 0.4% -
XYZ 5.81 3.24 1.69 -
YUV 43.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 101 16 32 0 0.84 0.68 0.60 348.71 0.73 0.23
Hex 65 10 20 0 54 44 3C 15D 49 17
Octal 145 20 40 0 124 104 74 535 111 27
Binary 1100101 10000 100000 0 1010100 1000100 111100 101011101 1001001 10111

Color Harmonies of #651020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651020

Black with #651020

Text Example


Text Example

White with #651020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651020; }

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

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

background-color css

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

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

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

border-color css

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

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

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