Html Css Color HEX #761B30 Claret

📋 copy color: '#761B30'

red 118 ◦ green 27 ◦ blue 48

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

Shades of Claret #761B30

Tints of Claret #761B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

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

R = 61.14%
G = 13.99%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#761B30 (or 0x761B30) is known color: Claret. HEX triplet: 76, 1B and 30. RGB value is (118,27,48). Sum of RGB (Red+Green+Blue) = 118+27+48=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B30 is #89E4CF. Grayscale: #383838. Windows color (decimal): -9037008 or 3152758. OLE color: 3152758.

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

Color convert

RGB 118 27 48 -
CMYK 0 0.77 0.59 0.54
HSL 346.15º 0.63% 0.28% -
HSV(B) 346.15º 0.77% 0.46% -
XYZ 8.4 4.85 3.29 -
YUV 56.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 118 27 48 0 0.77 0.59 0.54 346.15 0.63 0.28
Hex 76 1B 30 0 4D 3B 36 15A 3F 1C
Octal 166 33 60 0 115 73 66 532 77 34
Binary 1110110 11011 110000 0 1001101 111011 110110 101011010 111111 11100

Color Harmonies of #761B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B30

Black with #761B30

Text Example


Text Example

White with #761B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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