Html Css Color HEX #75203D Claret

📋 copy color: '#75203D'

red 117 ◦ green 32 ◦ blue 61

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

Shades of Claret #75203D

Tints of Claret #75203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 55.71%
G = 15.24%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75203D (or 0x75203D) is known color: Claret. HEX triplet: 75, 20 and 3D. RGB value is (117,32,61). Sum of RGB (Red+Green+Blue) = 117+32+61=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203D is #8ADFC2. Grayscale: #3C3C3C. Windows color (decimal): -9101251 or 4006005. OLE color: 4006005.

HSL color Cylindrical-coordinate representation of color #75203D: hue angle of 339.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 #75203D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 61 -
CMYK 0 0.73 0.48 0.54
HSL 339.53º 0.57% 0.29% -
HSV(B) 339.53º 0.73% 0.46% -
XYZ 8.69 5.15 4.95 -
YUV 60.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 117 32 61 0 0.73 0.48 0.54 339.53 0.57 0.29
Hex 75 20 3D 0 49 30 36 154 39 1D
Octal 165 40 75 0 111 60 66 524 71 35
Binary 1110101 100000 111101 0 1001001 110000 110110 101010100 111001 11101

Color Harmonies of #75203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75203D

Black with #75203D

Text Example


Text Example

White with #75203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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