Html Css Color HEX #751525 Red Berry

📋 copy color: '#751525'

red 117 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #751525

Tints of Red Berry #751525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 66.86%
G = 12%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751525 (or 0x751525) is known color: Red Berry. HEX triplet: 75, 15 and 25. RGB value is (117,21,37). Sum of RGB (Red+Green+Blue) = 117+21+37=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751525 is #8AEADA. Grayscale: #333333. Windows color (decimal): -9104091 or 2430325. OLE color: 2430325.

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

Color convert

RGB 117 21 37 -
CMYK 0 0.82 0.68 0.54
HSL 350º 0.7% 0.27% -
HSV(B) 350º 0.82% 0.46% -
XYZ 7.94 4.45 2.19 -
YUV 51.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 117 21 37 0 0.82 0.68 0.54 350 0.7 0.27
Hex 75 15 25 0 52 44 36 15E 46 1B
Octal 165 25 45 0 122 104 66 536 106 33
Binary 1110101 10101 100101 0 1010010 1000100 110110 101011110 1000110 11011

Color Harmonies of #751525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751525

Black with #751525

Text Example


Text Example

White with #751525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751525; }

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

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

background-color css

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

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

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

border-color css

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

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

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