Html Css Color HEX #99062F Carmine

📋 copy color: '#99062F'

red 153 ◦ green 6 ◦ blue 47

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

Shades of Carmine #99062F

Tints of Carmine #99062F

RGB

 RED value IS 153 (60.16% from 255) = 74.27%

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 74.27%
G = 2.91%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99062F (or 0x99062F) is known color: Carmine. HEX triplet: 99, 06 and 2F. RGB value is (153,6,47). Sum of RGB (Red+Green+Blue) = 153+6+47=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99062F is #66F9D0. Grayscale: #363636. Windows color (decimal): -6748625 or 3081881. OLE color: 3081881.

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

Color convert

RGB 153 6 47 -
CMYK 0 0.96 0.69 0.4
HSL 343.27º 0.92% 0.31% -
HSV(B) 343.27º 0.96% 0.6% -
XYZ 13.72 7.11 3.34 -
YUV 54.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 153 6 47 0 0.96 0.69 0.4 343.27 0.92 0.31
Hex 99 6 2F 0 60 45 28 157 5C 1F
Octal 231 6 57 0 140 105 50 527 134 37
Binary 10011001 110 101111 0 1100000 1000101 101000 101010111 1011100 11111

Color Harmonies of #99062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99062F

Black with #99062F

Text Example


Text Example

White with #99062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99062F; }

 p { color: rgb(153,6,47); }

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

background-color css

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

 a { background-color: rgb(153,6,47); }

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

border-color css

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

 span { border-color: rgb(153,6,47); }

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