Html Css Color HEX #661424 Pohutukawa

📋 copy color: '#661424'

red 102 ◦ green 20 ◦ blue 36

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

Shades of Pohutukawa #661424

Tints of Pohutukawa #661424

RGB

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

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

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

R = 64.56%
G = 12.66%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#661424 (or 0x661424) is known color: Pohutukawa. HEX triplet: 66, 14 and 24. RGB value is (102,20,36). Sum of RGB (Red+Green+Blue) = 102+20+36=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661424 is #99EBDB. Grayscale: #2E2E2E. Windows color (decimal): -10087388 or 2364518. OLE color: 2364518.

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

Color convert

RGB 102 20 36 -
CMYK 0 0.80 0.65 0.6
HSL 348.29º 0.67% 0.24% -
HSV(B) 348.29º 0.8% 0.4% -
XYZ 6.05 3.45 2.02 -
YUV 46.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 102 20 36 0 0.80 0.65 0.6 348.29 0.67 0.24
Hex 66 14 24 0 50 41 3C 15C 43 18
Octal 146 24 44 0 120 101 74 534 103 30
Binary 1100110 10100 100100 0 1010000 1000001 111100 101011100 1000011 11000

Color Harmonies of #661424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661424

Black with #661424

Text Example


Text Example

White with #661424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661424; }

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

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

background-color css

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

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

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

border-color css

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

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

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