Html Css Color HEX #751014 Red Berry

📋 copy color: '#751014'

red 117 ◦ green 16 ◦ blue 20

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

Shades of Red Berry #751014

Tints of Red Berry #751014

RGB

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

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

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

R = 76.47%
G = 10.46%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751014 (or 0x751014) is known color: Red Berry. HEX triplet: 75, 10 and 14. RGB value is (117,16,20). Sum of RGB (Red+Green+Blue) = 117+16+20=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751014 is #8AEFEB. Grayscale: #2E2E2E. Windows color (decimal): -9105388 or 1314933. OLE color: 1314933.

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

Color convert

RGB 117 16 20 -
CMYK 0 0.86 0.83 0.54
HSL 357.62º 0.76% 0.26% -
HSV(B) 357.62º 0.86% 0.46% -
XYZ 7.65 4.2 1.07 -
YUV 46.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 117 16 20 0 0.86 0.83 0.54 357.62 0.76 0.26
Hex 75 10 14 0 56 53 36 166 4C 1A
Octal 165 20 24 0 126 123 66 546 114 32
Binary 1110101 10000 10100 0 1010110 1010011 110110 101100110 1001100 11010

Color Harmonies of #751014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751014

Black with #751014

Text Example


Text Example

White with #751014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751014; }

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

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

background-color css

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

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

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

border-color css

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

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

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