Html Css Color HEX #751314 Red Berry

📋 copy color: '#751314'

red 117 ◦ green 19 ◦ blue 20

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

Shades of Red Berry #751314

Tints of Red Berry #751314

RGB

 RED value IS 117 (46.09% from 255) = 75%

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 75%
G = 12.18%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751314 (or 0x751314) is known color: Red Berry. HEX triplet: 75, 13 and 14. RGB value is (117,19,20). Sum of RGB (Red+Green+Blue) = 117+19+20=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751314 is #8AECEB. Grayscale: #303030. Windows color (decimal): -9104620 or 1315701. OLE color: 1315701.

HSL color Cylindrical-coordinate representation of color #751314: hue angle of 359.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751314 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 20 -
CMYK 0 0.84 0.83 0.54
HSL 359.39º 0.72% 0.27% -
HSV(B) 359.39º 0.84% 0.46% -
XYZ 7.7 4.3 1.09 -
YUV 48.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 117 19 20 0 0.84 0.83 0.54 359.39 0.72 0.27
Hex 75 13 14 0 54 53 36 167 48 1B
Octal 165 23 24 0 124 123 66 547 110 33
Binary 1110101 10011 10100 0 1010100 1010011 110110 101100111 1001000 11011

Color Harmonies of #751314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751314

Black with #751314

Text Example


Text Example

White with #751314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751314; }

 p { color: rgb(117,19,20); }

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

background-color css

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

 a { background-color: rgb(117,19,20); }

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

border-color css

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

 span { border-color: rgb(117,19,20); }

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