Html Css Color HEX #73141B Red Berry

📋 copy color: '#73141B'

red 115 ◦ green 20 ◦ blue 27

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

Shades of Red Berry #73141B

Tints of Red Berry #73141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 70.99%
G = 12.35%
B = 16.67%

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

#73141B (or 0x73141B) is known color: Red Berry. HEX triplet: 73, 14 and 1B. RGB value is (115,20,27). Sum of RGB (Red+Green+Blue) = 115+20+27=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73141B is #8CEBE4. Grayscale: #313131. Windows color (decimal): -9235429 or 1774707. OLE color: 1774707.

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

Color convert

RGB 115 20 27 -
CMYK 0 0.83 0.77 0.55
HSL 355.58º 0.7% 0.26% -
HSV(B) 355.58º 0.83% 0.45% -
XYZ 7.52 4.22 1.46 -
YUV 49.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 115 20 27 0 0.83 0.77 0.55 355.58 0.7 0.26
Hex 73 14 1B 0 53 4D 37 164 46 1A
Octal 163 24 33 0 123 115 67 544 106 32
Binary 1110011 10100 11011 0 1010011 1001101 110111 101100100 1000110 11010

Color Harmonies of #73141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73141B

Black with #73141B

Text Example


Text Example

White with #73141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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