Html Css Color HEX #661314 Pohutukawa

📋 copy color: '#661314'

red 102 ◦ green 19 ◦ blue 20

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

Shades of Pohutukawa #661314

Tints of Pohutukawa #661314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 72.34%
G = 13.48%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#661314 (or 0x661314) is known color: Pohutukawa. HEX triplet: 66, 13 and 14. RGB value is (102,19,20). Sum of RGB (Red+Green+Blue) = 102+19+20=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661314 is #99ECEB. Grayscale: #2C2C2C. Windows color (decimal): -10087660 or 1315686. OLE color: 1315686.

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

Color convert

RGB 102 19 20 -
CMYK 0 0.81 0.80 0.6
HSL 359.28º 0.69% 0.24% -
HSV(B) 359.28º 0.81% 0.4% -
XYZ 5.84 3.34 1 -
YUV 43.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 102 19 20 0 0.81 0.80 0.6 359.28 0.69 0.24
Hex 66 13 14 0 51 50 3C 167 45 18
Octal 146 23 24 0 121 120 74 547 105 30
Binary 1100110 10011 10100 0 1010001 1010000 111100 101100111 1000101 11000

Color Harmonies of #661314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661314

Black with #661314

Text Example


Text Example

White with #661314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661314; }

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

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

background-color css

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

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

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

border-color css

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

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

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