Html Css Color HEX #75242D Red Berry

📋 copy color: '#75242D'

red 117 ◦ green 36 ◦ blue 45

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

Shades of Red Berry #75242D

Tints of Red Berry #75242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75242D (or 0x75242D) is known color: Red Berry. HEX triplet: 75, 24 and 2D. RGB value is (117,36,45). Sum of RGB (Red+Green+Blue) = 117+36+45=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242D is #8ADBD2. Grayscale: #3D3D3D. Windows color (decimal): -9100243 or 2958453. OLE color: 2958453.

HSL color Cylindrical-coordinate representation of color #75242D: hue angle of 353.33º 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 #75242D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 45 -
CMYK 0 0.69 0.62 0.54
HSL 353.33º 0.53% 0.3% -
HSV(B) 353.33º 0.69% 0.46% -
XYZ 8.44 5.23 3.05 -
YUV 61.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 117 36 45 0 0.69 0.62 0.54 353.33 0.53 0.3
Hex 75 24 2D 0 45 3E 36 161 35 1E
Octal 165 44 55 0 105 76 66 541 65 36
Binary 1110101 100100 101101 0 1000101 111110 110110 101100001 110101 11110

Color Harmonies of #75242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75242D

Black with #75242D

Text Example


Text Example

White with #75242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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