Html Css Color HEX #661721 Pohutukawa

📋 copy color: '#661721'

red 102 ◦ green 23 ◦ blue 33

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

Shades of Pohutukawa #661721

Tints of Pohutukawa #661721

RGB

 RED value IS 102 (40.23% from 255) = 64.56%

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 64.56%
G = 14.56%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#661721 (or 0x661721) is known color: Pohutukawa. HEX triplet: 66, 17 and 21. RGB value is (102,23,33). Sum of RGB (Red+Green+Blue) = 102+23+33=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661721 is #99E8DE. Grayscale: #2F2F2F. Windows color (decimal): -10086623 or 2168678. OLE color: 2168678.

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

Color convert

RGB 102 23 33 -
CMYK 0 0.77 0.68 0.6
HSL 352.41º 0.63% 0.25% -
HSV(B) 352.41º 0.77% 0.4% -
XYZ 6.06 3.55 1.8 -
YUV 47.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 102 23 33 0 0.77 0.68 0.6 352.41 0.63 0.25
Hex 66 17 21 0 4D 44 3C 160 3F 19
Octal 146 27 41 0 115 104 74 540 77 31
Binary 1100110 10111 100001 0 1001101 1000100 111100 101100000 111111 11001

Color Harmonies of #661721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661721

Black with #661721

Text Example


Text Example

White with #661721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661721; }

 p { color: rgb(102,23,33); }

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

background-color css

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

 a { background-color: rgb(102,23,33); }

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

border-color css

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

 span { border-color: rgb(102,23,33); }

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