Html Css Color HEX #751013 Red Berry

📋 copy color: '#751013'

red 117 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #751013

Tints of Red Berry #751013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 76.97%
G = 10.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751013 (or 0x751013) is known color: Red Berry. HEX triplet: 75, 10 and 13. RGB value is (117,16,19). Sum of RGB (Red+Green+Blue) = 117+16+19=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751013 is #8AEFEC. Grayscale: #2E2E2E. Windows color (decimal): -9105389 or 1249397. OLE color: 1249397.

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

Color convert

RGB 117 16 19 -
CMYK 0 0.86 0.84 0.54
HSL 358.22º 0.76% 0.26% -
HSV(B) 358.22º 0.86% 0.46% -
XYZ 7.64 4.2 1.02 -
YUV 46.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 117 16 19 0 0.86 0.84 0.54 358.22 0.76 0.26
Hex 75 10 13 0 56 54 36 166 4C 1A
Octal 165 20 23 0 126 124 66 546 114 32
Binary 1110101 10000 10011 0 1010110 1010100 110110 101100110 1001100 11010

Color Harmonies of #751013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751013

Black with #751013

Text Example


Text Example

White with #751013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751013; }

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

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

background-color css

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

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

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

border-color css

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

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

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