Html Css Color HEX #751011 Red Berry

📋 copy color: '#751011'

red 117 ◦ green 16 ◦ blue 17

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

Shades of Red Berry #751011

Tints of Red Berry #751011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 78%
G = 10.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751011 (or 0x751011) is known color: Red Berry. HEX triplet: 75, 10 and 11. RGB value is (117,16,17). Sum of RGB (Red+Green+Blue) = 117+16+17=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751011 is #8AEFEE. Grayscale: #2E2E2E. Windows color (decimal): -9105391 or 1118325. OLE color: 1118325.

HSL color Cylindrical-coordinate representation of color #751011: hue angle of 359.41º 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 #751011 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 17 -
CMYK 0 0.86 0.85 0.54
HSL 359.41º 0.76% 0.26% -
HSV(B) 359.41º 0.86% 0.46% -
XYZ 7.62 4.19 0.94 -
YUV 46.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 117 16 17 0 0.86 0.85 0.54 359.41 0.76 0.26
Hex 75 10 11 0 56 55 36 167 4C 1A
Octal 165 20 21 0 126 125 66 547 114 32
Binary 1110101 10000 10001 0 1010110 1010101 110110 101100111 1001100 11010

Color Harmonies of #751011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751011

Black with #751011

Text Example


Text Example

White with #751011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751011; }

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

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

background-color css

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

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

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

border-color css

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

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

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