Html Css Color HEX #B71D4D Old Rose

📋 copy color: '#B71D4D'

red 183 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #B71D4D

Tints of Old Rose #B71D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 63.32%
G = 10.03%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B71D4D (or 0xB71D4D) is known color: Old Rose. HEX triplet: B7, 1D and 4D. RGB value is (183,29,77). Sum of RGB (Red+Green+Blue) = 183+29+77=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D4D is #48E2B2. Grayscale: #505050. Windows color (decimal): -4776627 or 5053879. OLE color: 5053879.

HSL color Cylindrical-coordinate representation of color #B71D4D: hue angle of 341.3º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D4D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 77 -
CMYK 0 0.84 0.58 0.28
HSL 341.3º 0.73% 0.42% -
HSV(B) 341.3º 0.84% 0.72% -
XYZ 21.31 11.48 8.11 -
YUV 80.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 183 29 77 0 0.84 0.58 0.28 341.3 0.73 0.42
Hex B7 1D 4D 0 54 3A 1C 155 49 2A
Octal 267 35 115 0 124 72 34 525 111 52
Binary 10110111 11101 1001101 0 1010100 111010 11100 101010101 1001001 101010

Color Harmonies of #B71D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D4D

Black with #B71D4D

Text Example


Text Example

White with #B71D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D4D; }

 p { color: rgb(183,29,77); }

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

background-color css

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

 a { background-color: rgb(183,29,77); }

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

border-color css

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

 span { border-color: rgb(183,29,77); }

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