Html Css Color HEX #661524 Pohutukawa

📋 copy color: '#661524'

red 102 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #661524

Tints of Pohutukawa #661524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 64.15%
G = 13.21%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#661524 (or 0x661524) is known color: Pohutukawa. HEX triplet: 66, 15 and 24. RGB value is (102,21,36). Sum of RGB (Red+Green+Blue) = 102+21+36=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661524 is #99EADB. Grayscale: #2E2E2E. Windows color (decimal): -10087132 or 2364774. OLE color: 2364774.

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

Color convert

RGB 102 21 36 -
CMYK 0 0.79 0.65 0.6
HSL 348.89º 0.66% 0.24% -
HSV(B) 348.89º 0.79% 0.4% -
XYZ 6.07 3.49 2.02 -
YUV 46.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 102 21 36 0 0.79 0.65 0.6 348.89 0.66 0.24
Hex 66 15 24 0 4F 41 3C 15D 42 18
Octal 146 25 44 0 117 101 74 535 102 30
Binary 1100110 10101 100100 0 1001111 1000001 111100 101011101 1000010 11000

Color Harmonies of #661524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661524

Black with #661524

Text Example


Text Example

White with #661524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661524; }

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

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

background-color css

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

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

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

border-color css

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

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

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