Html Css Color HEX #73131D Red Berry

📋 copy color: '#73131D'

red 115 ◦ green 19 ◦ blue 29

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

Shades of Red Berry #73131D

Tints of Red Berry #73131D

RGB

 RED value IS 115 (45.31% from 255) = 70.55%

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 70.55%
G = 11.66%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73131D (or 0x73131D) is known color: Red Berry. HEX triplet: 73, 13 and 1D. RGB value is (115,19,29). Sum of RGB (Red+Green+Blue) = 115+19+29=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73131D is #8CECE2. Grayscale: #303030. Windows color (decimal): -9235683 or 1905523. OLE color: 1905523.

HSL color Cylindrical-coordinate representation of color #73131D: hue angle of 353.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73131D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 29 -
CMYK 0 0.83 0.75 0.55
HSL 353.75º 0.72% 0.26% -
HSV(B) 353.75º 0.83% 0.45% -
XYZ 7.52 4.2 1.58 -
YUV 48.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 115 19 29 0 0.83 0.75 0.55 353.75 0.72 0.26
Hex 73 13 1D 0 53 4B 37 162 48 1A
Octal 163 23 35 0 123 113 67 542 110 32
Binary 1110011 10011 11101 0 1010011 1001011 110111 101100010 1001000 11010

Color Harmonies of #73131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73131D

Black with #73131D

Text Example


Text Example

White with #73131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73131D; }

 p { color: rgb(115,19,29); }

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

background-color css

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

 a { background-color: rgb(115,19,29); }

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

border-color css

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

 span { border-color: rgb(115,19,29); }

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