Html Css Color HEX #75202D Red Berry

📋 copy color: '#75202D'

red 117 ◦ green 32 ◦ blue 45

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

Shades of Red Berry #75202D

Tints of Red Berry #75202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 60.31%
G = 16.49%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75202D (or 0x75202D) is known color: Red Berry. HEX triplet: 75, 20 and 2D. RGB value is (117,32,45). Sum of RGB (Red+Green+Blue) = 117+32+45=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202D is #8ADFD2. Grayscale: #3A3A3A. Windows color (decimal): -9101267 or 2957429. OLE color: 2957429.

HSL color Cylindrical-coordinate representation of color #75202D: hue angle of 350.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75202D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 45 -
CMYK 0 0.73 0.62 0.54
HSL 350.82º 0.57% 0.29% -
HSV(B) 350.82º 0.73% 0.46% -
XYZ 8.33 5 3.01 -
YUV 58.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 117 32 45 0 0.73 0.62 0.54 350.82 0.57 0.29
Hex 75 20 2D 0 49 3E 36 15F 39 1D
Octal 165 40 55 0 111 76 66 537 71 35
Binary 1110101 100000 101101 0 1001001 111110 110110 101011111 111001 11101

Color Harmonies of #75202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75202D

Black with #75202D

Text Example


Text Example

White with #75202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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