Html Css Color HEX #661316 Pohutukawa

📋 copy color: '#661316'

red 102 ◦ green 19 ◦ blue 22

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

Shades of Pohutukawa #661316

Tints of Pohutukawa #661316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 71.33%
G = 13.29%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#661316 (or 0x661316) is known color: Pohutukawa. HEX triplet: 66, 13 and 16. RGB value is (102,19,22). Sum of RGB (Red+Green+Blue) = 102+19+22=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661316 is #99ECE9. Grayscale: #2C2C2C. Windows color (decimal): -10087658 or 1446758. OLE color: 1446758.

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

Color convert

RGB 102 19 22 -
CMYK 0 0.81 0.78 0.6
HSL 357.83º 0.69% 0.24% -
HSV(B) 357.83º 0.81% 0.4% -
XYZ 5.86 3.35 1.1 -
YUV 44.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 102 19 22 0 0.81 0.78 0.6 357.83 0.69 0.24
Hex 66 13 16 0 51 4E 3C 166 45 18
Octal 146 23 26 0 121 116 74 546 105 30
Binary 1100110 10011 10110 0 1010001 1001110 111100 101100110 1000101 11000

Color Harmonies of #661316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661316

Black with #661316

Text Example


Text Example

White with #661316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661316; }

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

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

background-color css

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

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

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

border-color css

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

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

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