Html Css Color HEX #73151B Red Berry

📋 copy color: '#73151B'

red 115 ◦ green 21 ◦ blue 27

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

Shades of Red Berry #73151B

Tints of Red Berry #73151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 70.55%
G = 12.88%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73151B (or 0x73151B) is known color: Red Berry. HEX triplet: 73, 15 and 1B. RGB value is (115,21,27). Sum of RGB (Red+Green+Blue) = 115+21+27=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73151B is #8CEAE4. Grayscale: #313131. Windows color (decimal): -9235173 or 1774963. OLE color: 1774963.

HSL color Cylindrical-coordinate representation of color #73151B: hue angle of 356.17º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73151B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 27 -
CMYK 0 0.82 0.77 0.55
HSL 356.17º 0.69% 0.27% -
HSV(B) 356.17º 0.82% 0.45% -
XYZ 7.54 4.26 1.46 -
YUV 49.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 115 21 27 0 0.82 0.77 0.55 356.17 0.69 0.27
Hex 73 15 1B 0 52 4D 37 164 45 1B
Octal 163 25 33 0 122 115 67 544 105 33
Binary 1110011 10101 11011 0 1010010 1001101 110111 101100100 1000101 11011

Color Harmonies of #73151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73151B

Black with #73151B

Text Example


Text Example

White with #73151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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