Html Css Color HEX #641520 Pohutukawa

📋 copy color: '#641520'

red 100 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #641520

Tints of Pohutukawa #641520

RGB

 RED value IS 100 (39.45% from 255) = 65.36%

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

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

R = 65.36%
G = 13.73%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#641520 (or 0x641520) is known color: Pohutukawa. HEX triplet: 64, 15 and 20. RGB value is (100,21,32). Sum of RGB (Red+Green+Blue) = 100+21+32=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #641520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641520 is #9BEADF. Grayscale: #2D2D2D. Windows color (decimal): -10218208 or 2102628. OLE color: 2102628.

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

Color convert

RGB 100 21 32 -
CMYK 0 0.79 0.68 0.61
HSL 351.65º 0.65% 0.24% -
HSV(B) 351.65º 0.79% 0.39% -
XYZ 5.78 3.35 1.71 -
YUV 45.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 100 21 32 0 0.79 0.68 0.61 351.65 0.65 0.24
Hex 64 15 20 0 4F 44 3D 160 41 18
Octal 144 25 40 0 117 104 75 540 101 30
Binary 1100100 10101 100000 0 1001111 1000100 111101 101100000 1000001 11000

Color Harmonies of #641520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641520

Black with #641520

Text Example


Text Example

White with #641520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641520; }

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

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

background-color css

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

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

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

border-color css

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

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

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