Html Css Color HEX #651920 Pohutukawa

📋 copy color: '#651920'

red 101 ◦ green 25 ◦ blue 32

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

Shades of Pohutukawa #651920

Tints of Pohutukawa #651920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 63.92%
G = 15.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#651920 (or 0x651920) is known color: Pohutukawa. HEX triplet: 65, 19 and 20. RGB value is (101,25,32). Sum of RGB (Red+Green+Blue) = 101+25+32=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651920 is #9AE6DF. Grayscale: #303030. Windows color (decimal): -10151648 or 2103653. OLE color: 2103653.

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

Color convert

RGB 101 25 32 -
CMYK 0 0.75 0.68 0.60
HSL 354.47º 0.6% 0.25% -
HSV(B) 354.47º 0.75% 0.4% -
XYZ 5.98 3.57 1.74 -
YUV 48.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 101 25 32 0 0.75 0.68 0.60 354.47 0.6 0.25
Hex 65 19 20 0 4B 44 3C 162 3C 19
Octal 145 31 40 0 113 104 74 542 74 31
Binary 1100101 11001 100000 0 1001011 1000100 111100 101100010 111100 11001

Color Harmonies of #651920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651920

Black with #651920

Text Example


Text Example

White with #651920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651920; }

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

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

background-color css

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

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

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

border-color css

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

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

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