Html Css Color HEX #75183A Claret

📋 copy color: '#75183A'

red 117 ◦ green 24 ◦ blue 58

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

Shades of Claret #75183A

Tints of Claret #75183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 58.79%
G = 12.06%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75183A (or 0x75183A) is known color: Claret. HEX triplet: 75, 18 and 3A. RGB value is (117,24,58). Sum of RGB (Red+Green+Blue) = 117+24+58=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75183A is #8AE7C5. Grayscale: #373737. Windows color (decimal): -9103302 or 3807349. OLE color: 3807349.

HSL color Cylindrical-coordinate representation of color #75183A: hue angle of 338.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75183A is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 58 -
CMYK 0 0.79 0.50 0.54
HSL 338.06º 0.66% 0.28% -
HSV(B) 338.06º 0.79% 0.46% -
XYZ 8.43 4.74 4.47 -
YUV 55.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 117 24 58 0 0.79 0.50 0.54 338.06 0.66 0.28
Hex 75 18 3A 0 4F 32 36 152 42 1C
Octal 165 30 72 0 117 62 66 522 102 34
Binary 1110101 11000 111010 0 1001111 110010 110110 101010010 1000010 11100

Color Harmonies of #75183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75183A

Black with #75183A

Text Example


Text Example

White with #75183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75183A; }

 p { color: rgb(117,24,58); }

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

background-color css

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

 a { background-color: rgb(117,24,58); }

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

border-color css

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

 span { border-color: rgb(117,24,58); }

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