Html Css Color HEX #9B0739 Carmine

📋 copy color: '#9B0739'

red 155 ◦ green 7 ◦ blue 57

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

Shades of Carmine #9B0739

Tints of Carmine #9B0739

RGB

 RED value IS 155 (60.94% from 255) = 70.78%

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 70.78%
G = 3.2%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B0739 (or 0x9B0739) is known color: Carmine. HEX triplet: 9B, 07 and 39. RGB value is (155,7,57). Sum of RGB (Red+Green+Blue) = 155+7+57=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0739 is #64F8C6. Grayscale: #383838. Windows color (decimal): -6617287 or 3737499. OLE color: 3737499.

HSL color Cylindrical-coordinate representation of color #9B0739: hue angle of 339.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0739 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 57 -
CMYK 0 0.95 0.63 0.39
HSL 339.73º 0.91% 0.32% -
HSV(B) 339.73º 0.95% 0.61% -
XYZ 14.33 7.42 4.55 -
YUV 56.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 155 7 57 0 0.95 0.63 0.39 339.73 0.91 0.32
Hex 9B 7 39 0 5F 3F 27 154 5B 20
Octal 233 7 71 0 137 77 47 524 133 40
Binary 10011011 111 111001 0 1011111 111111 100111 101010100 1011011 100000

Color Harmonies of #9B0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0739

Black with #9B0739

Text Example


Text Example

White with #9B0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0739; }

 p { color: rgb(155,7,57); }

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

background-color css

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

 a { background-color: rgb(155,7,57); }

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

border-color css

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

 span { border-color: rgb(155,7,57); }

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