Html Css Color HEX #6B0B2D Claret

📋 copy color: '#6B0B2D'

red 107 ◦ green 11 ◦ blue 45

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

Shades of Claret #6B0B2D

Tints of Claret #6B0B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.75%

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

R = 65.64%
G = 6.75%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B0B2D (or 0x6B0B2D) is known color: Claret. HEX triplet: 6B, 0B and 2D. RGB value is (107,11,45). Sum of RGB (Red+Green+Blue) = 107+11+45=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B2D is #94F4D2. Grayscale: #2B2B2B. Windows color (decimal): -9762003 or 2952043. OLE color: 2952043.

HSL color Cylindrical-coordinate representation of color #6B0B2D: hue angle of 338.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B2D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 11 45 -
CMYK 0 0.90 0.58 0.58
HSL 338.75º 0.81% 0.23% -
HSV(B) 338.75º 0.9% 0.42% -
XYZ 6.66 3.55 2.82 -
YUV 43.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 107 11 45 0 0.90 0.58 0.58 338.75 0.81 0.23
Hex 6B B 2D 0 5A 3A 3A 153 51 17
Octal 153 13 55 0 132 72 72 523 121 27
Binary 1101011 1011 101101 0 1011010 111010 111010 101010011 1010001 10111

Color Harmonies of #6B0B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B2D

Black with #6B0B2D

Text Example


Text Example

White with #6B0B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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