Html Css Color HEX #751630 Claret

📋 copy color: '#751630'

red 117 ◦ green 22 ◦ blue 48

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

Shades of Claret #751630

Tints of Claret #751630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 62.57%
G = 11.76%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#751630 (or 0x751630) is known color: Claret. HEX triplet: 75, 16 and 30. RGB value is (117,22,48). Sum of RGB (Red+Green+Blue) = 117+22+48=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751630 is #8AE9CF. Grayscale: #353535. Windows color (decimal): -9103824 or 3151477. OLE color: 3151477.

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

Color convert

RGB 117 22 48 -
CMYK 0 0.81 0.59 0.54
HSL 343.58º 0.68% 0.27% -
HSV(B) 343.58º 0.81% 0.46% -
XYZ 8.16 4.57 3.25 -
YUV 53.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 117 22 48 0 0.81 0.59 0.54 343.58 0.68 0.27
Hex 75 16 30 0 51 3B 36 158 44 1B
Octal 165 26 60 0 121 73 66 530 104 33
Binary 1110101 10110 110000 0 1010001 111011 110110 101011000 1000100 11011

Color Harmonies of #751630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751630

Black with #751630

Text Example


Text Example

White with #751630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751630; }

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

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

background-color css

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

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

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

border-color css

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

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

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