Html Css Color HEX #6B1636 Claret

📋 copy color: '#6B1636'

red 107 ◦ green 22 ◦ blue 54

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

Shades of Claret #6B1636

Tints of Claret #6B1636

RGB

 RED value IS 107 (42.19% from 255) = 58.47%

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 54 (21.48% from 255) = 29.51%

R = 58.47%
G = 12.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B1636 (or 0x6B1636) is known color: Claret. HEX triplet: 6B, 16 and 36. RGB value is (107,22,54). Sum of RGB (Red+Green+Blue) = 107+22+54=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1636 is #94E9C9. Grayscale: #333333. Windows color (decimal): -9759178 or 3544683. OLE color: 3544683.

HSL color Cylindrical-coordinate representation of color #6B1636: hue angle of 337.41º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1636 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 54 -
CMYK 0 0.79 0.50 0.58
HSL 337.41º 0.66% 0.25% -
HSV(B) 337.41º 0.79% 0.42% -
XYZ 7.02 3.97 3.89 -
YUV 51.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 107 22 54 0 0.79 0.50 0.58 337.41 0.66 0.25
Hex 6B 16 36 0 4F 32 3A 151 42 19
Octal 153 26 66 0 117 62 72 521 102 31
Binary 1101011 10110 110110 0 1001111 110010 111010 101010001 1000010 11001

Color Harmonies of #6B1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1636

Black with #6B1636

Text Example


Text Example

White with #6B1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1636; }

 p { color: rgb(107,22,54); }

 H1.HeaderClassName
 {
   color: #6B1636;
 }
 .AnyTagClassName
 {
   color: #6B1636;
 }
</style>

background-color css

<style>
 a { background-color: #6B1636; }

 a { background-color: rgb(107,22,54); }

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

border-color css

<style>
 span { border-color: #6B1636; }

 span { border-color: rgb(107,22,54); }

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