Html Css Color HEX #651520 Pohutukawa

📋 copy color: '#651520'

red 101 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #651520

Tints of Pohutukawa #651520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

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

R = 65.58%
G = 13.64%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651520 (or 0x651520) is known color: Pohutukawa. HEX triplet: 65, 15 and 20. RGB value is (101,21,32). Sum of RGB (Red+Green+Blue) = 101+21+32=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #651520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651520 is #9AEADF. Grayscale: #2E2E2E. Windows color (decimal): -10152672 or 2102629. OLE color: 2102629.

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

Color convert

RGB 101 21 32 -
CMYK 0 0.79 0.68 0.60
HSL 351.75º 0.66% 0.24% -
HSV(B) 351.75º 0.79% 0.4% -
XYZ 5.9 3.41 1.71 -
YUV 46.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 101 21 32 0 0.79 0.68 0.60 351.75 0.66 0.24
Hex 65 15 20 0 4F 44 3C 160 42 18
Octal 145 25 40 0 117 104 74 540 102 30
Binary 1100101 10101 100000 0 1001111 1000100 111100 101100000 1000010 11000

Color Harmonies of #651520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651520

Black with #651520

Text Example


Text Example

White with #651520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651520; }

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

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

background-color css

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

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

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

border-color css

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

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

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