Html Css Color HEX #73151E Red Berry

📋 copy color: '#73151E'

red 115 ◦ green 21 ◦ blue 30

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

Shades of Red Berry #73151E

Tints of Red Berry #73151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 69.28%
G = 12.65%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73151E (or 0x73151E) is known color: Red Berry. HEX triplet: 73, 15 and 1E. RGB value is (115,21,30). Sum of RGB (Red+Green+Blue) = 115+21+30=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73151E is #8CEAE1. Grayscale: #323232. Windows color (decimal): -9235170 or 1971571. OLE color: 1971571.

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

Color convert

RGB 115 21 30 -
CMYK 0 0.82 0.74 0.55
HSL 354.26º 0.69% 0.27% -
HSV(B) 354.26º 0.82% 0.45% -
XYZ 7.57 4.27 1.65 -
YUV 50.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 115 21 30 0 0.82 0.74 0.55 354.26 0.69 0.27
Hex 73 15 1E 0 52 4A 37 162 45 1B
Octal 163 25 36 0 122 112 67 542 105 33
Binary 1110011 10101 11110 0 1010010 1001010 110111 101100010 1000101 11011

Color Harmonies of #73151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73151E

Black with #73151E

Text Example


Text Example

White with #73151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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