Html Css Color HEX #661421 Pohutukawa

📋 copy color: '#661421'

red 102 ◦ green 20 ◦ blue 33

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

Shades of Pohutukawa #661421

Tints of Pohutukawa #661421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 65.81%
G = 12.9%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#661421 (or 0x661421) is known color: Pohutukawa. HEX triplet: 66, 14 and 21. RGB value is (102,20,33). Sum of RGB (Red+Green+Blue) = 102+20+33=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661421 is #99EBDE. Grayscale: #2E2E2E. Windows color (decimal): -10087391 or 2167910. OLE color: 2167910.

HSL color Cylindrical-coordinate representation of color #661421: hue angle of 350.49º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661421 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 33 -
CMYK 0 0.80 0.68 0.6
HSL 350.49º 0.67% 0.24% -
HSV(B) 350.49º 0.8% 0.4% -
XYZ 6 3.43 1.79 -
YUV 46 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 102 20 33 0 0.80 0.68 0.6 350.49 0.67 0.24
Hex 66 14 21 0 50 44 3C 15E 43 18
Octal 146 24 41 0 120 104 74 536 103 30
Binary 1100110 10100 100001 0 1010000 1000100 111100 101011110 1000011 11000

Color Harmonies of #661421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661421

Black with #661421

Text Example


Text Example

White with #661421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661421; }

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

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

background-color css

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

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

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

border-color css

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

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

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