Html Css Color HEX #6B162D Claret

📋 copy color: '#6B162D'

red 107 ◦ green 22 ◦ blue 45

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

Shades of Claret #6B162D

Tints of Claret #6B162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 61.49%
G = 12.64%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B162D (or 0x6B162D) is known color: Claret. HEX triplet: 6B, 16 and 2D. RGB value is (107,22,45). Sum of RGB (Red+Green+Blue) = 107+22+45=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B162D is #94E9D2. Grayscale: #323232. Windows color (decimal): -9759187 or 2954859. OLE color: 2954859.

HSL color Cylindrical-coordinate representation of color #6B162D: hue angle of 343.76º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B162D is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 45 -
CMYK 0 0.79 0.58 0.58
HSL 343.76º 0.66% 0.25% -
HSV(B) 343.76º 0.79% 0.42% -
XYZ 6.82 3.89 2.87 -
YUV 50.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 107 22 45 0 0.79 0.58 0.58 343.76 0.66 0.25
Hex 6B 16 2D 0 4F 3A 3A 158 42 19
Octal 153 26 55 0 117 72 72 530 102 31
Binary 1101011 10110 101101 0 1001111 111010 111010 101011000 1000010 11001

Color Harmonies of #6B162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B162D

Black with #6B162D

Text Example


Text Example

White with #6B162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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