Html Css Color HEX #6B1F2D Claret

📋 copy color: '#6B1F2D'

red 107 ◦ green 31 ◦ blue 45

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

Shades of Claret #6B1F2D

Tints of Claret #6B1F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 58.47%
G = 16.94%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B1F2D (or 0x6B1F2D) is known color: Claret. HEX triplet: 6B, 1F and 2D. RGB value is (107,31,45). Sum of RGB (Red+Green+Blue) = 107+31+45=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1F2D is #94E0D2. Grayscale: #373737. Windows color (decimal): -9756883 or 2957163. OLE color: 2957163.

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

Color convert

RGB 107 31 45 -
CMYK 0 0.71 0.58 0.58
HSL 348.95º 0.55% 0.27% -
HSV(B) 348.95º 0.71% 0.42% -
XYZ 7.03 4.3 2.94 -
YUV 55.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 107 31 45 0 0.71 0.58 0.58 348.95 0.55 0.27
Hex 6B 1F 2D 0 47 3A 3A 15D 37 1B
Octal 153 37 55 0 107 72 72 535 67 33
Binary 1101011 11111 101101 0 1000111 111010 111010 101011101 110111 11011

Color Harmonies of #6B1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1F2D

Black with #6B1F2D

Text Example


Text Example

White with #6B1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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