Html Css Color HEX #751523 Red Berry

📋 copy color: '#751523'

red 117 ◦ green 21 ◦ blue 35

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

Shades of Red Berry #751523

Tints of Red Berry #751523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 67.63%
G = 12.14%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#751523 (or 0x751523) is known color: Red Berry. HEX triplet: 75, 15 and 23. RGB value is (117,21,35). Sum of RGB (Red+Green+Blue) = 117+21+35=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751523 is #8AEADC. Grayscale: #333333. Windows color (decimal): -9104093 or 2299253. OLE color: 2299253.

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

Color convert

RGB 117 21 35 -
CMYK 0 0.82 0.70 0.54
HSL 351.25º 0.7% 0.27% -
HSV(B) 351.25º 0.82% 0.46% -
XYZ 7.91 4.44 2.03 -
YUV 51.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 117 21 35 0 0.82 0.70 0.54 351.25 0.7 0.27
Hex 75 15 23 0 52 46 36 15F 46 1B
Octal 165 25 43 0 122 106 66 537 106 33
Binary 1110101 10101 100011 0 1010010 1000110 110110 101011111 1000110 11011

Color Harmonies of #751523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751523

Black with #751523

Text Example


Text Example

White with #751523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751523; }

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

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

background-color css

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

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

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

border-color css

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

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

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