#75273B

Color #75273B Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #75273B

Tints of Claret #75273B

Color information

#75273B (or 0x75273B) is unknown color: approx Claret. HEX triplet: 75, 27 and 3B. RGB value is (117,39,59). Sum of RGB (Red+Green+Blue) = 117+39+59=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75273B is #8AD8C4. Grayscale: #404040. Windows color (decimal): -9099461 or 3876725. OLE color: 3876725.

HSL color Cylindrical-coordinate representation of color #75273B: hue angle of 344.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75273B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1173959-
CMYK00.670.500.54
HSL344.62º50%30.59%-
HSV(B)344.62º66.67%45.88%-
XYZ8.855.554.74-
YUV64.6124.84165.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=54.42%
G=18.14%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117395900.670.500.54344.625030.59
Hex75273B0433236159321f
Octal1654773010362665316237
Binary11101011001111110110100001111001011011010101100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75273B; }

 p { color: rgb(117,39,59); }

 H1.HeaderClassName
 {
   color: #75273B;
 }
 .AnyTagClassName
 {
   color: #75273B;
 }
</style>
background-color css

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

 a { background-color: rgb(117,39,59); }

 div.DivClassName
 {
   background-color: #75273B;
 }
 .BgClassName
 {
   background-color: #75273B;
 }
</style>
border-color css

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

 span { border-color: rgb(117,39,59); }

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