Html Css Color HEX #651720 Pohutukawa

📋 copy color: '#651720'

red 101 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #651720

Tints of Pohutukawa #651720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 64.74%
G = 14.74%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651720 (or 0x651720) is known color: Pohutukawa. HEX triplet: 65, 17 and 20. RGB value is (101,23,32). Sum of RGB (Red+Green+Blue) = 101+23+32=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651720 is #9AE8DF. Grayscale: #2F2F2F. Windows color (decimal): -10152160 or 2103141. OLE color: 2103141.

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

Color convert

RGB 101 23 32 -
CMYK 0 0.77 0.68 0.60
HSL 353.08º 0.63% 0.24% -
HSV(B) 353.08º 0.77% 0.4% -
XYZ 5.93 3.48 1.73 -
YUV 47.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 101 23 32 0 0.77 0.68 0.60 353.08 0.63 0.24
Hex 65 17 20 0 4D 44 3C 161 3F 18
Octal 145 27 40 0 115 104 74 541 77 30
Binary 1100101 10111 100000 0 1001101 1000100 111100 101100001 111111 11000

Color Harmonies of #651720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651720

Black with #651720

Text Example


Text Example

White with #651720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651720; }

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

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

background-color css

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

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

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

border-color css

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

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

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