Html Css Color HEX #750F30 Claret

📋 copy color: '#750F30'

red 117 ◦ green 15 ◦ blue 48

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

Shades of Claret #750F30

Tints of Claret #750F30

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 65%
G = 8.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#750F30 (or 0x750F30) is known color: Claret. HEX triplet: 75, 0F and 30. RGB value is (117,15,48). Sum of RGB (Red+Green+Blue) = 117+15+48=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #750F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F30 is #8AF0CF. Grayscale: #313131. Windows color (decimal): -9105616 or 3149685. OLE color: 3149685.

HSL color Cylindrical-coordinate representation of color #750F30: hue angle of 340.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F30 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 15 48 -
CMYK 0 0.87 0.59 0.54
HSL 340.59º 0.77% 0.26% -
HSV(B) 340.59º 0.87% 0.46% -
XYZ 8.04 4.34 3.21 -
YUV 49.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 117 15 48 0 0.87 0.59 0.54 340.59 0.77 0.26
Hex 75 F 30 0 57 3B 36 155 4D 1A
Octal 165 17 60 0 127 73 66 525 115 32
Binary 1110101 1111 110000 0 1010111 111011 110110 101010101 1001101 11010

Color Harmonies of #750F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F30

Black with #750F30

Text Example


Text Example

White with #750F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F30; }

 p { color: rgb(117,15,48); }

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

background-color css

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

 a { background-color: rgb(117,15,48); }

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

border-color css

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

 span { border-color: rgb(117,15,48); }

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