Html Css Color HEX #751521 Red Berry

📋 copy color: '#751521'

red 117 ◦ green 21 ◦ blue 33

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

Shades of Red Berry #751521

Tints of Red Berry #751521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 68.42%
G = 12.28%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#751521 (or 0x751521) is known color: Red Berry. HEX triplet: 75, 15 and 21. RGB value is (117,21,33). Sum of RGB (Red+Green+Blue) = 117+21+33=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751521 is #8AEADE. Grayscale: #333333. Windows color (decimal): -9104095 or 2168181. OLE color: 2168181.

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

Color convert

RGB 117 21 33 -
CMYK 0 0.82 0.72 0.54
HSL 352.5º 0.7% 0.27% -
HSV(B) 352.5º 0.82% 0.46% -
XYZ 7.88 4.43 1.88 -
YUV 51.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 117 21 33 0 0.82 0.72 0.54 352.5 0.7 0.27
Hex 75 15 21 0 52 48 36 160 46 1B
Octal 165 25 41 0 122 110 66 540 106 33
Binary 1110101 10101 100001 0 1010010 1001000 110110 101100000 1000110 11011

Color Harmonies of #751521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751521

Black with #751521

Text Example


Text Example

White with #751521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751521; }

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

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

background-color css

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

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

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

border-color css

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

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

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