Html Css Color HEX #661321 Pohutukawa

📋 copy color: '#661321'

red 102 ◦ green 19 ◦ blue 33

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

Shades of Pohutukawa #661321

Tints of Pohutukawa #661321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 66.23%
G = 12.34%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#661321 (or 0x661321) is known color: Pohutukawa. HEX triplet: 66, 13 and 21. RGB value is (102,19,33). Sum of RGB (Red+Green+Blue) = 102+19+33=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #661321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661321 is #99ECDE. Grayscale: #2D2D2D. Windows color (decimal): -10087647 or 2167654. OLE color: 2167654.

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

Color convert

RGB 102 19 33 -
CMYK 0 0.81 0.68 0.6
HSL 349.88º 0.69% 0.24% -
HSV(B) 349.88º 0.81% 0.4% -
XYZ 5.99 3.4 1.78 -
YUV 45.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 102 19 33 0 0.81 0.68 0.6 349.88 0.69 0.24
Hex 66 13 21 0 51 44 3C 15E 45 18
Octal 146 23 41 0 121 104 74 536 105 30
Binary 1100110 10011 100001 0 1010001 1000100 111100 101011110 1000101 11000

Color Harmonies of #661321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661321

Black with #661321

Text Example


Text Example

White with #661321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661321; }

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

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

background-color css

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

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

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

border-color css

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

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

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