Html Css Color HEX #651529 Pohutukawa

📋 copy color: '#651529'

red 101 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #651529

Tints of Pohutukawa #651529

RGB

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

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

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

R = 61.96%
G = 12.88%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#651529 (or 0x651529) is known color: Pohutukawa. HEX triplet: 65, 15 and 29. RGB value is (101,21,41). Sum of RGB (Red+Green+Blue) = 101+21+41=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651529 is #9AEAD6. Grayscale: #2F2F2F. Windows color (decimal): -10152663 or 2692453. OLE color: 2692453.

HSL color Cylindrical-coordinate representation of color #651529: hue angle of 345º 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 #651529 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 21 41 -
CMYK 0 0.79 0.59 0.60
HSL 345º 0.66% 0.24% -
HSV(B) 345º 0.79% 0.4% -
XYZ 6.04 3.46 2.45 -
YUV 47.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 101 21 41 0 0.79 0.59 0.60 345 0.66 0.24
Hex 65 15 29 0 4F 3B 3C 159 42 18
Octal 145 25 51 0 117 73 74 531 102 30
Binary 1100101 10101 101001 0 1001111 111011 111100 101011001 1000010 11000

Color Harmonies of #651529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651529

Black with #651529

Text Example


Text Example

White with #651529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651529; }

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

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

background-color css

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

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

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

border-color css

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

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

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