Html Css Color HEX #73131B Red Berry

📋 copy color: '#73131B'

red 115 ◦ green 19 ◦ blue 27

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

Shades of Red Berry #73131B

Tints of Red Berry #73131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 71.43%
G = 11.8%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73131B (or 0x73131B) is known color: Red Berry. HEX triplet: 73, 13 and 1B. RGB value is (115,19,27). Sum of RGB (Red+Green+Blue) = 115+19+27=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73131B is #8CECE4. Grayscale: #303030. Windows color (decimal): -9235685 or 1774451. OLE color: 1774451.

HSL color Cylindrical-coordinate representation of color #73131B: hue angle of 355º 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 #73131B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 27 -
CMYK 0 0.83 0.77 0.55
HSL 355º 0.72% 0.26% -
HSV(B) 355º 0.83% 0.45% -
XYZ 7.5 4.19 1.45 -
YUV 48.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 115 19 27 0 0.83 0.77 0.55 355 0.72 0.26
Hex 73 13 1B 0 53 4D 37 163 48 1A
Octal 163 23 33 0 123 115 67 543 110 32
Binary 1110011 10011 11011 0 1010011 1001101 110111 101100011 1001000 11010

Color Harmonies of #73131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73131B

Black with #73131B

Text Example


Text Example

White with #73131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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