Html Css Color HEX #651329 Pohutukawa

📋 copy color: '#651329'

red 101 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #651329

Tints of Pohutukawa #651329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 62.73%
G = 11.8%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#651329 (or 0x651329) is known color: Pohutukawa. HEX triplet: 65, 13 and 29. RGB value is (101,19,41). Sum of RGB (Red+Green+Blue) = 101+19+41=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #651329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651329 is #9AECD6. Grayscale: #2E2E2E. Windows color (decimal): -10153175 or 2691941. OLE color: 2691941.

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

Color convert

RGB 101 19 41 -
CMYK 0 0.81 0.59 0.60
HSL 343.9º 0.68% 0.24% -
HSV(B) 343.9º 0.81% 0.4% -
XYZ 6 3.39 2.44 -
YUV 46.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 101 19 41 0 0.81 0.59 0.60 343.9 0.68 0.24
Hex 65 13 29 0 51 3B 3C 158 44 18
Octal 145 23 51 0 121 73 74 530 104 30
Binary 1100101 10011 101001 0 1010001 111011 111100 101011000 1000100 11000

Color Harmonies of #651329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651329

Black with #651329

Text Example


Text Example

White with #651329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651329; }

 p { color: rgb(101,19,41); }

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

background-color css

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

 a { background-color: rgb(101,19,41); }

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

border-color css

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

 span { border-color: rgb(101,19,41); }

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