Html Css Color HEX #6B1A35 Claret

📋 copy color: '#6B1A35'

red 107 ◦ green 26 ◦ blue 53

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

Shades of Claret #6B1A35

Tints of Claret #6B1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

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

R = 57.53%
G = 13.98%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B1A35 (or 0x6B1A35) is known color: Claret. HEX triplet: 6B, 1A and 35. RGB value is (107,26,53). Sum of RGB (Red+Green+Blue) = 107+26+53=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A35 is #94E5CA. Grayscale: #353535. Windows color (decimal): -9758155 or 3480171. OLE color: 3480171.

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

Color convert

RGB 107 26 53 -
CMYK 0 0.76 0.50 0.58
HSL 340º 0.61% 0.26% -
HSV(B) 340º 0.76% 0.42% -
XYZ 7.08 4.12 3.79 -
YUV 53.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 107 26 53 0 0.76 0.50 0.58 340 0.61 0.26
Hex 6B 1A 35 0 4C 32 3A 154 3D 1A
Octal 153 32 65 0 114 62 72 524 75 32
Binary 1101011 11010 110101 0 1001100 110010 111010 101010100 111101 11010

Color Harmonies of #6B1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A35

Black with #6B1A35

Text Example


Text Example

White with #6B1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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