Html Css Color HEX #752135 Claret

📋 copy color: '#752135'

red 117 ◦ green 33 ◦ blue 53

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

Shades of Claret #752135

Tints of Claret #752135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 57.64%
G = 16.26%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#752135 (or 0x752135) is known color: Claret. HEX triplet: 75, 21 and 35. RGB value is (117,33,53). Sum of RGB (Red+Green+Blue) = 117+33+53=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752135 is #8ADECA. Grayscale: #3C3C3C. Windows color (decimal): -9101003 or 3481973. OLE color: 3481973.

HSL color Cylindrical-coordinate representation of color #752135: hue angle of 345.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752135 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 53 -
CMYK 0 0.72 0.55 0.54
HSL 345.71º 0.56% 0.29% -
HSV(B) 345.71º 0.72% 0.46% -
XYZ 8.52 5.13 3.91 -
YUV 60.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 117 33 53 0 0.72 0.55 0.54 345.71 0.56 0.29
Hex 75 21 35 0 48 37 36 15A 38 1D
Octal 165 41 65 0 110 67 66 532 70 35
Binary 1110101 100001 110101 0 1001000 110111 110110 101011010 111000 11101

Color Harmonies of #752135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752135

Black with #752135

Text Example


Text Example

White with #752135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752135; }

 p { color: rgb(117,33,53); }

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

background-color css

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

 a { background-color: rgb(117,33,53); }

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

border-color css

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

 span { border-color: rgb(117,33,53); }

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