Html Css Color HEX #B72741 Old Rose

📋 copy color: '#B72741'

red 183 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #B72741

Tints of Old Rose #B72741

RGB

 RED value IS 183 (71.88% from 255) = 63.76%

 GREEN value IS 39 (15.63% from 255) = 13.59%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 63.76%
G = 13.59%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72741 (or 0xB72741) is known color: Old Rose. HEX triplet: B7, 27 and 41. RGB value is (183,39,65). Sum of RGB (Red+Green+Blue) = 183+39+65=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72741 is #48D8BE. Grayscale: #555555. Windows color (decimal): -4774079 or 4270007. OLE color: 4270007.

HSL color Cylindrical-coordinate representation of color #B72741: hue angle of 349.17º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72741 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 39 65 -
CMYK 0 0.79 0.64 0.28
HSL 349.17º 0.65% 0.44% -
HSV(B) 349.17º 0.79% 0.72% -
XYZ 21.21 11.9 6.18 -
YUV 85.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 183 39 65 0 0.79 0.64 0.28 349.17 0.65 0.44
Hex B7 27 41 0 4F 40 1C 15D 41 2C
Octal 267 47 101 0 117 100 34 535 101 54
Binary 10110111 100111 1000001 0 1001111 1000000 11100 101011101 1000001 101100

Color Harmonies of #B72741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72741

Black with #B72741

Text Example


Text Example

White with #B72741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72741; }

 p { color: rgb(183,39,65); }

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

background-color css

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

 a { background-color: rgb(183,39,65); }

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

border-color css

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

 span { border-color: rgb(183,39,65); }

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