Html Css Color HEX #661320 Pohutukawa

📋 copy color: '#661320'

red 102 ◦ green 19 ◦ blue 32

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

Shades of Pohutukawa #661320

Tints of Pohutukawa #661320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.92%

R = 66.67%
G = 12.42%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#661320 (or 0x661320) is known color: Pohutukawa. HEX triplet: 66, 13 and 20. RGB value is (102,19,32). Sum of RGB (Red+Green+Blue) = 102+19+32=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661320 is #99ECDF. Grayscale: #2D2D2D. Windows color (decimal): -10087648 or 2102118. OLE color: 2102118.

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

Color convert

RGB 102 19 32 -
CMYK 0 0.81 0.69 0.6
HSL 350.6º 0.69% 0.24% -
HSV(B) 350.6º 0.81% 0.4% -
XYZ 5.97 3.39 1.71 -
YUV 45.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 102 19 32 0 0.81 0.69 0.6 350.6 0.69 0.24
Hex 66 13 20 0 51 45 3C 15F 45 18
Octal 146 23 40 0 121 105 74 537 105 30
Binary 1100110 10011 100000 0 1010001 1000101 111100 101011111 1000101 11000

Color Harmonies of #661320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661320

Black with #661320

Text Example


Text Example

White with #661320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661320; }

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

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

background-color css

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

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

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

border-color css

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

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

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