Html Css Color HEX #73151C Red Berry

📋 copy color: '#73151C'

red 115 ◦ green 21 ◦ blue 28

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

Shades of Red Berry #73151C

Tints of Red Berry #73151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 70.12%
G = 12.8%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73151C (or 0x73151C) is known color: Red Berry. HEX triplet: 73, 15 and 1C. RGB value is (115,21,28). Sum of RGB (Red+Green+Blue) = 115+21+28=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73151C is #8CEAE3. Grayscale: #313131. Windows color (decimal): -9235172 or 1840499. OLE color: 1840499.

HSL color Cylindrical-coordinate representation of color #73151C: hue angle of 355.53º 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 #73151C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 28 -
CMYK 0 0.82 0.76 0.55
HSL 355.53º 0.69% 0.27% -
HSV(B) 355.53º 0.82% 0.45% -
XYZ 7.55 4.27 1.52 -
YUV 49.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 115 21 28 0 0.82 0.76 0.55 355.53 0.69 0.27
Hex 73 15 1C 0 52 4C 37 164 45 1B
Octal 163 25 34 0 122 114 67 544 105 33
Binary 1110011 10101 11100 0 1010010 1001100 110111 101100100 1000101 11011

Color Harmonies of #73151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73151C

Black with #73151C

Text Example


Text Example

White with #73151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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