Html Css Color HEX #6B1B35 Claret

📋 copy color: '#6B1B35'

red 107 ◦ green 27 ◦ blue 53

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

Shades of Claret #6B1B35

Tints of Claret #6B1B35

RGB

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

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

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

R = 57.22%
G = 14.44%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B1B35 (or 0x6B1B35) is known color: Claret. HEX triplet: 6B, 1B and 35. RGB value is (107,27,53). Sum of RGB (Red+Green+Blue) = 107+27+53=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B35 is #94E4CA. Grayscale: #353535. Windows color (decimal): -9757899 or 3480427. OLE color: 3480427.

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

Color convert

RGB 107 27 53 -
CMYK 0 0.75 0.50 0.58
HSL 340.5º 0.6% 0.26% -
HSV(B) 340.5º 0.75% 0.42% -
XYZ 7.1 4.17 3.8 -
YUV 53.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 107 27 53 0 0.75 0.50 0.58 340.5 0.6 0.26
Hex 6B 1B 35 0 4B 32 3A 154 3C 1A
Octal 153 33 65 0 113 62 72 524 74 32
Binary 1101011 11011 110101 0 1001011 110010 111010 101010100 111100 11010

Color Harmonies of #6B1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B35

Black with #6B1B35

Text Example


Text Example

White with #6B1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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