Html Css Color HEX #651521 Pohutukawa

📋 copy color: '#651521'

red 101 ◦ green 21 ◦ blue 33

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

Shades of Pohutukawa #651521

Tints of Pohutukawa #651521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 65.16%
G = 13.55%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#651521 (or 0x651521) is known color: Pohutukawa. HEX triplet: 65, 15 and 21. RGB value is (101,21,33). Sum of RGB (Red+Green+Blue) = 101+21+33=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651521 is #9AEADE. Grayscale: #2E2E2E. Windows color (decimal): -10152671 or 2168165. OLE color: 2168165.

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

Color convert

RGB 101 21 33 -
CMYK 0 0.79 0.67 0.60
HSL 351º 0.66% 0.24% -
HSV(B) 351º 0.79% 0.4% -
XYZ 5.91 3.41 1.79 -
YUV 46.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 101 21 33 0 0.79 0.67 0.60 351 0.66 0.24
Hex 65 15 21 0 4F 43 3C 15F 42 18
Octal 145 25 41 0 117 103 74 537 102 30
Binary 1100101 10101 100001 0 1001111 1000011 111100 101011111 1000010 11000

Color Harmonies of #651521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651521

Black with #651521

Text Example


Text Example

White with #651521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651521; }

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

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

background-color css

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

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

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

border-color css

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

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

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