Html Css Color HEX #611B33 Claret

📋 copy color: '#611B33'

red 97 ◦ green 27 ◦ blue 51

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

Shades of Claret #611B33

Tints of Claret #611B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 55.43%
G = 15.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#611B33 (or 0x611B33) is known color: Claret. HEX triplet: 61, 1B and 33. RGB value is (97,27,51). Sum of RGB (Red+Green+Blue) = 97+27+51=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B33 is #9EE4CC. Grayscale: #323232. Windows color (decimal): -10413261 or 3349345. OLE color: 3349345.

HSL color Cylindrical-coordinate representation of color #611B33: hue angle of 339.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B33 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 51 -
CMYK 0 0.72 0.47 0.62
HSL 339.43º 0.56% 0.24% -
HSV(B) 339.43º 0.72% 0.38% -
XYZ 5.92 3.56 3.51 -
YUV 50.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 97 27 51 0 0.72 0.47 0.62 339.43 0.56 0.24
Hex 61 1B 33 0 48 2F 3E 153 38 18
Octal 141 33 63 0 110 57 76 523 70 30
Binary 1100001 11011 110011 0 1001000 101111 111110 101010011 111000 11000

Color Harmonies of #611B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B33

Black with #611B33

Text Example


Text Example

White with #611B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,51); }

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

background-color css

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

 a { background-color: rgb(97,27,51); }

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

border-color css

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

 span { border-color: rgb(97,27,51); }

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