Html Css Color HEX #751835 Claret

📋 copy color: '#751835'

red 117 ◦ green 24 ◦ blue 53

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

Shades of Claret #751835

Tints of Claret #751835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 60.31%
G = 12.37%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#751835 (or 0x751835) is known color: Claret. HEX triplet: 75, 18 and 35. RGB value is (117,24,53). Sum of RGB (Red+Green+Blue) = 117+24+53=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751835 is #8AE7CA. Grayscale: #373737. Windows color (decimal): -9103307 or 3479669. OLE color: 3479669.

HSL color Cylindrical-coordinate representation of color #751835: hue angle of 341.29º 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 #751835 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 53 -
CMYK 0 0.79 0.55 0.54
HSL 341.29º 0.66% 0.28% -
HSV(B) 341.29º 0.79% 0.46% -
XYZ 8.31 4.69 3.84 -
YUV 55.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 117 24 53 0 0.79 0.55 0.54 341.29 0.66 0.28
Hex 75 18 35 0 4F 37 36 155 42 1C
Octal 165 30 65 0 117 67 66 525 102 34
Binary 1110101 11000 110101 0 1001111 110111 110110 101010101 1000010 11100

Color Harmonies of #751835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751835

Black with #751835

Text Example


Text Example

White with #751835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751835; }

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

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

background-color css

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

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

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

border-color css

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

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

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