Html Css Color HEX #75102D Claret

📋 copy color: '#75102D'

red 117 ◦ green 16 ◦ blue 45

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

Shades of Claret #75102D

Tints of Claret #75102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 65.73%
G = 8.99%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75102D (or 0x75102D) is known color: Claret. HEX triplet: 75, 10 and 2D. RGB value is (117,16,45). Sum of RGB (Red+Green+Blue) = 117+16+45=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75102D is #8AEFD2. Grayscale: #313131. Windows color (decimal): -9105363 or 2953333. OLE color: 2953333.

HSL color Cylindrical-coordinate representation of color #75102D: hue angle of 342.77º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75102D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 45 -
CMYK 0 0.86 0.62 0.54
HSL 342.77º 0.76% 0.26% -
HSV(B) 342.77º 0.86% 0.46% -
XYZ 8 4.34 2.9 -
YUV 49.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 117 16 45 0 0.86 0.62 0.54 342.77 0.76 0.26
Hex 75 10 2D 0 56 3E 36 157 4C 1A
Octal 165 20 55 0 126 76 66 527 114 32
Binary 1110101 10000 101101 0 1010110 111110 110110 101010111 1001100 11010

Color Harmonies of #75102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75102D

Black with #75102D

Text Example


Text Example

White with #75102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,16,45); }

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

background-color css

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

 a { background-color: rgb(117,16,45); }

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

border-color css

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

 span { border-color: rgb(117,16,45); }

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