Html Css Color HEX #751017 Red Berry

📋 copy color: '#751017'

red 117 ◦ green 16 ◦ blue 23

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

Shades of Red Berry #751017

Tints of Red Berry #751017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 75%
G = 10.26%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751017 (or 0x751017) is known color: Red Berry. HEX triplet: 75, 10 and 17. RGB value is (117,16,23). Sum of RGB (Red+Green+Blue) = 117+16+23=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751017 is #8AEFE8. Grayscale: #2F2F2F. Windows color (decimal): -9105385 or 1511541. OLE color: 1511541.

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

Color convert

RGB 117 16 23 -
CMYK 0 0.86 0.80 0.54
HSL 355.84º 0.76% 0.26% -
HSV(B) 355.84º 0.86% 0.46% -
XYZ 7.68 4.21 1.22 -
YUV 47 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 117 16 23 0 0.86 0.80 0.54 355.84 0.76 0.26
Hex 75 10 17 0 56 50 36 164 4C 1A
Octal 165 20 27 0 126 120 66 544 114 32
Binary 1110101 10000 10111 0 1010110 1010000 110110 101100100 1001100 11010

Color Harmonies of #751017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751017

Black with #751017

Text Example


Text Example

White with #751017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751017; }

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

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

background-color css

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

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

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

border-color css

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

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

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