Html Css Color HEX #651821 Pohutukawa

📋 copy color: '#651821'

red 101 ◦ green 24 ◦ blue 33

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

Shades of Pohutukawa #651821

Tints of Pohutukawa #651821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 63.92%
G = 15.19%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#651821 (or 0x651821) is known color: Pohutukawa. HEX triplet: 65, 18 and 21. RGB value is (101,24,33). Sum of RGB (Red+Green+Blue) = 101+24+33=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651821 is #9AE7DE. Grayscale: #303030. Windows color (decimal): -10151903 or 2168933. OLE color: 2168933.

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

Color convert

RGB 101 24 33 -
CMYK 0 0.76 0.67 0.60
HSL 352.99º 0.62% 0.25% -
HSV(B) 352.99º 0.76% 0.4% -
XYZ 5.97 3.53 1.81 -
YUV 48.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 101 24 33 0 0.76 0.67 0.60 352.99 0.62 0.25
Hex 65 18 21 0 4C 43 3C 161 3E 19
Octal 145 30 41 0 114 103 74 541 76 31
Binary 1100101 11000 100001 0 1001100 1000011 111100 101100001 111110 11001

Color Harmonies of #651821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651821

Black with #651821

Text Example


Text Example

White with #651821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651821; }

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

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

background-color css

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

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

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

border-color css

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

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

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