Html Css Color HEX #C31B51 Old Rose

📋 copy color: '#C31B51'

red 195 ◦ green 27 ◦ blue 81

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

Shades of Old Rose #C31B51

Tints of Old Rose #C31B51

RGB

 RED value IS 195 (76.56% from 255) = 64.36%

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 64.36%
G = 8.91%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31B51 (or 0xC31B51) is known color: Old Rose. HEX triplet: C3, 1B and 51. RGB value is (195,27,81). Sum of RGB (Red+Green+Blue) = 195+27+81=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B51 is #3CE4AE. Grayscale: #535353. Windows color (decimal): -3990703 or 5315523. OLE color: 5315523.

HSL color Cylindrical-coordinate representation of color #C31B51: hue angle of 340.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B51 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 27 81 -
CMYK 0 0.86 0.58 0.24
HSL 340.71º 0.76% 0.44% -
HSV(B) 340.71º 0.86% 0.76% -
XYZ 24.38 12.98 9 -
YUV 83.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 195 27 81 0 0.86 0.58 0.24 340.71 0.76 0.44
Hex C3 1B 51 0 56 3A 18 155 4C 2C
Octal 303 33 121 0 126 72 30 525 114 54
Binary 11000011 11011 1010001 0 1010110 111010 11000 101010101 1001100 101100

Color Harmonies of #C31B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B51

Black with #C31B51

Text Example


Text Example

White with #C31B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B51; }

 p { color: rgb(195,27,81); }

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

background-color css

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

 a { background-color: rgb(195,27,81); }

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

border-color css

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

 span { border-color: rgb(195,27,81); }

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