Html Css Color HEX #751213 Red Berry

📋 copy color: '#751213'

red 117 ◦ green 18 ◦ blue 19

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

Shades of Red Berry #751213

Tints of Red Berry #751213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 75.97%
G = 11.69%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751213 (or 0x751213) is known color: Red Berry. HEX triplet: 75, 12 and 13. RGB value is (117,18,19). Sum of RGB (Red+Green+Blue) = 117+18+19=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #751213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751213 is #8AEDEC. Grayscale: #2F2F2F. Windows color (decimal): -9104877 or 1249909. OLE color: 1249909.

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

Color convert

RGB 117 18 19 -
CMYK 0 0.85 0.84 0.54
HSL 359.39º 0.73% 0.26% -
HSV(B) 359.39º 0.85% 0.46% -
XYZ 7.67 4.26 1.03 -
YUV 47.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 117 18 19 0 0.85 0.84 0.54 359.39 0.73 0.26
Hex 75 12 13 0 55 54 36 167 49 1A
Octal 165 22 23 0 125 124 66 547 111 32
Binary 1110101 10010 10011 0 1010101 1010100 110110 101100111 1001001 11010

Color Harmonies of #751213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751213

Black with #751213

Text Example


Text Example

White with #751213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751213; }

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

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

background-color css

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

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

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

border-color css

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

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

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