Html Css Color HEX #761A30 Claret

📋 copy color: '#761A30'

red 118 ◦ green 26 ◦ blue 48

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

Shades of Claret #761A30

Tints of Claret #761A30

RGB

 RED value IS 118 (46.48% from 255) = 61.46%

 GREEN value IS 26 (10.55% from 255) = 13.54%

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

R = 61.46%
G = 13.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#761A30 (or 0x761A30) is known color: Claret. HEX triplet: 76, 1A and 30. RGB value is (118,26,48). Sum of RGB (Red+Green+Blue) = 118+26+48=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A30 is #89E5CF. Grayscale: #383838. Windows color (decimal): -9037264 or 3152502. OLE color: 3152502.

HSL color Cylindrical-coordinate representation of color #761A30: hue angle of 345.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A30 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 48 -
CMYK 0 0.78 0.59 0.54
HSL 345.65º 0.64% 0.28% -
HSV(B) 345.65º 0.78% 0.46% -
XYZ 8.37 4.8 3.28 -
YUV 56.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 118 26 48 0 0.78 0.59 0.54 345.65 0.64 0.28
Hex 76 1A 30 0 4E 3B 36 15A 40 1C
Octal 166 32 60 0 116 73 66 532 100 34
Binary 1110110 11010 110000 0 1001110 111011 110110 101011010 1000000 11100

Color Harmonies of #761A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A30

Black with #761A30

Text Example


Text Example

White with #761A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A30; }

 p { color: rgb(118,26,48); }

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

background-color css

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

 a { background-color: rgb(118,26,48); }

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

border-color css

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

 span { border-color: rgb(118,26,48); }

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