Html Css Color HEX #76102F Claret

📋 copy color: '#76102F'

red 118 ◦ green 16 ◦ blue 47

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

Shades of Claret #76102F

Tints of Claret #76102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 65.19%
G = 8.84%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76102F (or 0x76102F) is known color: Claret. HEX triplet: 76, 10 and 2F. RGB value is (118,16,47). Sum of RGB (Red+Green+Blue) = 118+16+47=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76102F is #89EFD0. Grayscale: #323232. Windows color (decimal): -9039825 or 3084406. OLE color: 3084406.

HSL color Cylindrical-coordinate representation of color #76102F: hue angle of 341.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76102F is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 47 -
CMYK 0 0.86 0.60 0.54
HSL 341.76º 0.76% 0.26% -
HSV(B) 341.76º 0.86% 0.46% -
XYZ 8.17 4.43 3.11 -
YUV 50.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 118 16 47 0 0.86 0.60 0.54 341.76 0.76 0.26
Hex 76 10 2F 0 56 3C 36 156 4C 1A
Octal 166 20 57 0 126 74 66 526 114 32
Binary 1110110 10000 101111 0 1010110 111100 110110 101010110 1001100 11010

Color Harmonies of #76102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76102F

Black with #76102F

Text Example


Text Example

White with #76102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76102F; }

 p { color: rgb(118,16,47); }

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

background-color css

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

 a { background-color: rgb(118,16,47); }

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

border-color css

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

 span { border-color: rgb(118,16,47); }

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