Html Css Color HEX #660410 Pohutukawa

📋 copy color: '#660410'

red 102 ◦ green 4 ◦ blue 16

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

Shades of Pohutukawa #660410

Tints of Pohutukawa #660410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 83.61%
G = 3.28%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#660410 (or 0x660410) is known color: Pohutukawa. HEX triplet: 66, 04 and 10. RGB value is (102,4,16). Sum of RGB (Red+Green+Blue) = 102+4+16=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660410 is #99FBEF. Grayscale: #222222. Windows color (decimal): -10091504 or 1049702. OLE color: 1049702.

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

Color convert

RGB 102 4 16 -
CMYK 0 0.96 0.84 0.6
HSL 352.65º 0.92% 0.21% -
HSV(B) 352.65º 0.96% 0.4% -
XYZ 5.62 2.95 0.76 -
YUV 34.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 102 4 16 0 0.96 0.84 0.6 352.65 0.92 0.21
Hex 66 4 10 0 60 54 3C 161 5C 15
Octal 146 4 20 0 140 124 74 541 134 25
Binary 1100110 100 10000 0 1100000 1010100 111100 101100001 1011100 10101

Color Harmonies of #660410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660410

Black with #660410

Text Example


Text Example

White with #660410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660410; }

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

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

background-color css

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

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

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

border-color css

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

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

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