Html Css Color HEX #661329 Pohutukawa

📋 copy color: '#661329'

red 102 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #661329

Tints of Pohutukawa #661329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 62.96%
G = 11.73%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#661329 (or 0x661329) is known color: Pohutukawa. HEX triplet: 66, 13 and 29. RGB value is (102,19,41). Sum of RGB (Red+Green+Blue) = 102+19+41=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661329 is #99ECD6. Grayscale: #2E2E2E. Windows color (decimal): -10087639 or 2691942. OLE color: 2691942.

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

Color convert

RGB 102 19 41 -
CMYK 0 0.81 0.60 0.6
HSL 344.1º 0.69% 0.24% -
HSV(B) 344.1º 0.81% 0.4% -
XYZ 6.11 3.45 2.44 -
YUV 46.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 102 19 41 0 0.81 0.60 0.6 344.1 0.69 0.24
Hex 66 13 29 0 51 3C 3C 158 45 18
Octal 146 23 51 0 121 74 74 530 105 30
Binary 1100110 10011 101001 0 1010001 111100 111100 101011000 1000101 11000

Color Harmonies of #661329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661329

Black with #661329

Text Example


Text Example

White with #661329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661329; }

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

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

background-color css

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

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

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

border-color css

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

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

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