Html Css Color HEX #751123 Red Berry

📋 copy color: '#751123'

red 117 ◦ green 17 ◦ blue 35

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

Shades of Red Berry #751123

Tints of Red Berry #751123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 69.23%
G = 10.06%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#751123 (or 0x751123) is known color: Red Berry. HEX triplet: 75, 11 and 23. RGB value is (117,17,35). Sum of RGB (Red+Green+Blue) = 117+17+35=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751123 is #8AEEDC. Grayscale: #303030. Windows color (decimal): -9105117 or 2298229. OLE color: 2298229.

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

Color convert

RGB 117 17 35 -
CMYK 0 0.85 0.70 0.54
HSL 349.2º 0.75% 0.26% -
HSV(B) 349.2º 0.85% 0.46% -
XYZ 7.84 4.3 2.01 -
YUV 48.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 117 17 35 0 0.85 0.70 0.54 349.2 0.75 0.26
Hex 75 11 23 0 55 46 36 15D 4B 1A
Octal 165 21 43 0 125 106 66 535 113 32
Binary 1110101 10001 100011 0 1010101 1000110 110110 101011101 1001011 11010

Color Harmonies of #751123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751123

Black with #751123

Text Example


Text Example

White with #751123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751123; }

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

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

background-color css

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

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

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

border-color css

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

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

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