Html Css Color HEX #661213 Pohutukawa

📋 copy color: '#661213'

red 102 ◦ green 18 ◦ blue 19

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

Shades of Pohutukawa #661213

Tints of Pohutukawa #661213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 73.38%
G = 12.95%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661213 (or 0x661213) is known color: Pohutukawa. HEX triplet: 66, 12 and 13. RGB value is (102,18,19). Sum of RGB (Red+Green+Blue) = 102+18+19=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661213 is #99EDEC. Grayscale: #2B2B2B. Windows color (decimal): -10087917 or 1249894. OLE color: 1249894.

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

Color convert

RGB 102 18 19 -
CMYK 0 0.82 0.81 0.6
HSL 359.29º 0.7% 0.24% -
HSV(B) 359.29º 0.82% 0.4% -
XYZ 5.81 3.3 0.95 -
YUV 43.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 102 18 19 0 0.82 0.81 0.6 359.29 0.7 0.24
Hex 66 12 13 0 52 51 3C 167 46 18
Octal 146 22 23 0 122 121 74 547 106 30
Binary 1100110 10010 10011 0 1010010 1010001 111100 101100111 1000110 11000

Color Harmonies of #661213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661213

Black with #661213

Text Example


Text Example

White with #661213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661213; }

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

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

background-color css

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

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

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

border-color css

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

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

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