Html Css Color HEX #752425 Red Berry

📋 copy color: '#752425'

red 117 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #752425

Tints of Red Berry #752425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 61.58%
G = 18.95%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752425 (or 0x752425) is known color: Red Berry. HEX triplet: 75, 24 and 25. RGB value is (117,36,37). Sum of RGB (Red+Green+Blue) = 117+36+37=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752425 is #8ADBDA. Grayscale: #3C3C3C. Windows color (decimal): -9100251 or 2434165. OLE color: 2434165.

HSL color Cylindrical-coordinate representation of color #752425: hue angle of 359.26º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752425 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 37 -
CMYK 0 0.69 0.68 0.54
HSL 359.26º 0.53% 0.3% -
HSV(B) 359.26º 0.69% 0.46% -
XYZ 8.3 5.18 2.31 -
YUV 60.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 117 36 37 0 0.69 0.68 0.54 359.26 0.53 0.3
Hex 75 24 25 0 45 44 36 167 35 1E
Octal 165 44 45 0 105 104 66 547 65 36
Binary 1110101 100100 100101 0 1000101 1000100 110110 101100111 110101 11110

Color Harmonies of #752425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752425

Black with #752425

Text Example


Text Example

White with #752425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752425; }

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

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

background-color css

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

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

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

border-color css

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

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

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