Html Css Color HEX #661529 Pohutukawa

📋 copy color: '#661529'

red 102 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #661529

Tints of Pohutukawa #661529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

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

R = 62.2%
G = 12.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#661529 (or 0x661529) is known color: Pohutukawa. HEX triplet: 66, 15 and 29. RGB value is (102,21,41). Sum of RGB (Red+Green+Blue) = 102+21+41=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661529 is #99EAD6. Grayscale: #2F2F2F. Windows color (decimal): -10087127 or 2692454. OLE color: 2692454.

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

Color convert

RGB 102 21 41 -
CMYK 0 0.79 0.60 0.6
HSL 345.19º 0.66% 0.24% -
HSV(B) 345.19º 0.79% 0.4% -
XYZ 6.15 3.52 2.45 -
YUV 47.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 102 21 41 0 0.79 0.60 0.6 345.19 0.66 0.24
Hex 66 15 29 0 4F 3C 3C 159 42 18
Octal 146 25 51 0 117 74 74 531 102 30
Binary 1100110 10101 101001 0 1001111 111100 111100 101011001 1000010 11000

Color Harmonies of #661529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661529

Black with #661529

Text Example


Text Example

White with #661529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661529; }

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

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

background-color css

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

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

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

border-color css

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

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

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