Html Css Color HEX #751323 Red Berry

📋 copy color: '#751323'

red 117 ◦ green 19 ◦ blue 35

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

Shades of Red Berry #751323

Tints of Red Berry #751323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 68.42%
G = 11.11%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#751323 (or 0x751323) is known color: Red Berry. HEX triplet: 75, 13 and 23. RGB value is (117,19,35). Sum of RGB (Red+Green+Blue) = 117+19+35=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751323 is #8AECDC. Grayscale: #323232. Windows color (decimal): -9104605 or 2298741. OLE color: 2298741.

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

Color convert

RGB 117 19 35 -
CMYK 0 0.84 0.70 0.54
HSL 350.2º 0.72% 0.27% -
HSV(B) 350.2º 0.84% 0.46% -
XYZ 7.87 4.37 2.02 -
YUV 50.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 117 19 35 0 0.84 0.70 0.54 350.2 0.72 0.27
Hex 75 13 23 0 54 46 36 15E 48 1B
Octal 165 23 43 0 124 106 66 536 110 33
Binary 1110101 10011 100011 0 1010100 1000110 110110 101011110 1001000 11011

Color Harmonies of #751323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751323

Black with #751323

Text Example


Text Example

White with #751323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751323; }

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

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

background-color css

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

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

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

border-color css

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

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

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