Html Css Color HEX #6B1635 Claret

📋 copy color: '#6B1635'

red 107 ◦ green 22 ◦ blue 53

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

Shades of Claret #6B1635

Tints of Claret #6B1635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 58.79%
G = 12.09%
B = 29.12%

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

#6B1635 (or 0x6B1635) is known color: Claret. HEX triplet: 6B, 16 and 35. RGB value is (107,22,53). Sum of RGB (Red+Green+Blue) = 107+22+53=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1635 is #94E9CA. Grayscale: #323232. Windows color (decimal): -9759179 or 3479147. OLE color: 3479147.

HSL color Cylindrical-coordinate representation of color #6B1635: hue angle of 338.12º 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 #6B1635 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 53 -
CMYK 0 0.79 0.50 0.58
HSL 338.12º 0.66% 0.25% -
HSV(B) 338.12º 0.79% 0.42% -
XYZ 6.99 3.96 3.76 -
YUV 50.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 107 22 53 0 0.79 0.50 0.58 338.12 0.66 0.25
Hex 6B 16 35 0 4F 32 3A 152 42 19
Octal 153 26 65 0 117 62 72 522 102 31
Binary 1101011 10110 110101 0 1001111 110010 111010 101010010 1000010 11001

Color Harmonies of #6B1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1635

Black with #6B1635

Text Example


Text Example

White with #6B1635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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