Html Css Color HEX #661013 Pohutukawa

📋 copy color: '#661013'

red 102 ◦ green 16 ◦ blue 19

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

Shades of Pohutukawa #661013

Tints of Pohutukawa #661013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 74.45%
G = 11.68%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661013 (or 0x661013) is known color: Pohutukawa. HEX triplet: 66, 10 and 13. RGB value is (102,16,19). Sum of RGB (Red+Green+Blue) = 102+16+19=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661013 is #99EFEC. Grayscale: #2A2A2A. Windows color (decimal): -10088429 or 1249382. OLE color: 1249382.

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

Color convert

RGB 102 16 19 -
CMYK 0 0.84 0.81 0.6
HSL 357.91º 0.73% 0.23% -
HSV(B) 357.91º 0.84% 0.4% -
XYZ 5.78 3.24 0.94 -
YUV 42.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 102 16 19 0 0.84 0.81 0.6 357.91 0.73 0.23
Hex 66 10 13 0 54 51 3C 166 49 17
Octal 146 20 23 0 124 121 74 546 111 27
Binary 1100110 10000 10011 0 1010100 1010001 111100 101100110 1001001 10111

Color Harmonies of #661013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661013

Black with #661013

Text Example


Text Example

White with #661013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661013; }

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

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

background-color css

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

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

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

border-color css

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

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

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