Html Css Color HEX #611E30 Claret

📋 copy color: '#611E30'

red 97 ◦ green 30 ◦ blue 48

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

Shades of Claret #611E30

Tints of Claret #611E30

RGB

 RED value IS 97 (38.28% from 255) = 55.43%

 GREEN value IS 30 (12.11% from 255) = 17.14%

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

R = 55.43%
G = 17.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#611E30 (or 0x611E30) is known color: Claret. HEX triplet: 61, 1E and 30. RGB value is (97,30,48). Sum of RGB (Red+Green+Blue) = 97+30+48=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E30 is #9EE1CF. Grayscale: #343434. Windows color (decimal): -10412496 or 3153505. OLE color: 3153505.

HSL color Cylindrical-coordinate representation of color #611E30: hue angle of 343.88º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E30 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 48 -
CMYK 0 0.69 0.51 0.62
HSL 343.88º 0.53% 0.25% -
HSV(B) 343.88º 0.69% 0.38% -
XYZ 5.93 3.68 3.19 -
YUV 52.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 97 30 48 0 0.69 0.51 0.62 343.88 0.53 0.25
Hex 61 1E 30 0 45 33 3E 158 35 19
Octal 141 36 60 0 105 63 76 530 65 31
Binary 1100001 11110 110000 0 1000101 110011 111110 101011000 110101 11001

Color Harmonies of #611E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E30

Black with #611E30

Text Example


Text Example

White with #611E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E30; }

 p { color: rgb(97,30,48); }

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

background-color css

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

 a { background-color: rgb(97,30,48); }

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

border-color css

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

 span { border-color: rgb(97,30,48); }

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