Html Css Color HEX #73121E Red Berry

📋 copy color: '#73121E'

red 115 ◦ green 18 ◦ blue 30

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

Shades of Red Berry #73121E

Tints of Red Berry #73121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 70.55%
G = 11.04%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73121E (or 0x73121E) is known color: Red Berry. HEX triplet: 73, 12 and 1E. RGB value is (115,18,30). Sum of RGB (Red+Green+Blue) = 115+18+30=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73121E is #8CEDE1. Grayscale: #303030. Windows color (decimal): -9235938 or 1970803. OLE color: 1970803.

HSL color Cylindrical-coordinate representation of color #73121E: hue angle of 352.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73121E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 30 -
CMYK 0 0.84 0.74 0.55
HSL 352.58º 0.73% 0.26% -
HSV(B) 352.58º 0.84% 0.45% -
XYZ 7.52 4.17 1.64 -
YUV 48.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 115 18 30 0 0.84 0.74 0.55 352.58 0.73 0.26
Hex 73 12 1E 0 54 4A 37 161 49 1A
Octal 163 22 36 0 124 112 67 541 111 32
Binary 1110011 10010 11110 0 1010100 1001010 110111 101100001 1001001 11010

Color Harmonies of #73121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73121E

Black with #73121E

Text Example


Text Example

White with #73121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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