Html Css Color HEX #6B1F35 Claret

📋 copy color: '#6B1F35'

red 107 ◦ green 31 ◦ blue 53

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

Shades of Claret #6B1F35

Tints of Claret #6B1F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.23%

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

R = 56.02%
G = 16.23%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B1F35 (or 0x6B1F35) is known color: Claret. HEX triplet: 6B, 1F and 35. RGB value is (107,31,53). Sum of RGB (Red+Green+Blue) = 107+31+53=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1F35 is #94E0CA. Grayscale: #383838. Windows color (decimal): -9756875 or 3481451. OLE color: 3481451.

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

Color convert

RGB 107 31 53 -
CMYK 0 0.71 0.50 0.58
HSL 342.63º 0.55% 0.27% -
HSV(B) 342.63º 0.71% 0.42% -
XYZ 7.2 4.36 3.83 -
YUV 56.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 107 31 53 0 0.71 0.50 0.58 342.63 0.55 0.27
Hex 6B 1F 35 0 47 32 3A 157 37 1B
Octal 153 37 65 0 107 62 72 527 67 33
Binary 1101011 11111 110101 0 1000111 110010 111010 101010111 110111 11011

Color Harmonies of #6B1F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1F35

Black with #6B1F35

Text Example


Text Example

White with #6B1F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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