Html Css Color HEX #75202C Red Berry

📋 copy color: '#75202C'

red 117 ◦ green 32 ◦ blue 44

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

Shades of Red Berry #75202C

Tints of Red Berry #75202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 60.62%
G = 16.58%
B = 22.8%

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

#75202C (or 0x75202C) is known color: Red Berry. HEX triplet: 75, 20 and 2C. RGB value is (117,32,44). Sum of RGB (Red+Green+Blue) = 117+32+44=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #75202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202C is #8ADFD3. Grayscale: #3A3A3A. Windows color (decimal): -9101268 or 2891893. OLE color: 2891893.

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

Color convert

RGB 117 32 44 -
CMYK 0 0.73 0.62 0.54
HSL 351.53º 0.57% 0.29% -
HSV(B) 351.53º 0.73% 0.46% -
XYZ 8.31 5 2.91 -
YUV 58.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 117 32 44 0 0.73 0.62 0.54 351.53 0.57 0.29
Hex 75 20 2C 0 49 3E 36 160 39 1D
Octal 165 40 54 0 111 76 66 540 71 35
Binary 1110101 100000 101100 0 1001001 111110 110110 101100000 111001 11101

Color Harmonies of #75202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75202C

Black with #75202C

Text Example


Text Example

White with #75202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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