Html Css Color HEX #751330 Claret

📋 copy color: '#751330'

red 117 ◦ green 19 ◦ blue 48

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

Shades of Claret #751330

Tints of Claret #751330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 63.59%
G = 10.33%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#751330 (or 0x751330) is known color: Claret. HEX triplet: 75, 13 and 30. RGB value is (117,19,48). Sum of RGB (Red+Green+Blue) = 117+19+48=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #751330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751330 is #8AECCF. Grayscale: #333333. Windows color (decimal): -9104592 or 3150709. OLE color: 3150709.

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

Color convert

RGB 117 19 48 -
CMYK 0 0.84 0.59 0.54
HSL 342.24º 0.72% 0.27% -
HSV(B) 342.24º 0.84% 0.46% -
XYZ 8.1 4.46 3.23 -
YUV 51.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 117 19 48 0 0.84 0.59 0.54 342.24 0.72 0.27
Hex 75 13 30 0 54 3B 36 156 48 1B
Octal 165 23 60 0 124 73 66 526 110 33
Binary 1110101 10011 110000 0 1010100 111011 110110 101010110 1001000 11011

Color Harmonies of #751330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751330

Black with #751330

Text Example


Text Example

White with #751330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751330; }

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

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

background-color css

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

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

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

border-color css

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

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

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