Html Css Color HEX #6B152F Claret

📋 copy color: '#6B152F'

red 107 ◦ green 21 ◦ blue 47

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

Shades of Claret #6B152F

Tints of Claret #6B152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 61.14%
G = 12%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6B152F (or 0x6B152F) is known color: Claret. HEX triplet: 6B, 15 and 2F. RGB value is (107,21,47). Sum of RGB (Red+Green+Blue) = 107+21+47=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B152F is #94EAD0. Grayscale: #313131. Windows color (decimal): -9759441 or 3085675. OLE color: 3085675.

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

Color convert

RGB 107 21 47 -
CMYK 0 0.80 0.56 0.58
HSL 341.86º 0.67% 0.25% -
HSV(B) 341.86º 0.8% 0.42% -
XYZ 6.84 3.87 3.08 -
YUV 49.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 107 21 47 0 0.80 0.56 0.58 341.86 0.67 0.25
Hex 6B 15 2F 0 50 38 3A 156 43 19
Octal 153 25 57 0 120 70 72 526 103 31
Binary 1101011 10101 101111 0 1010000 111000 111010 101010110 1000011 11001

Color Harmonies of #6B152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B152F

Black with #6B152F

Text Example


Text Example

White with #6B152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,47); }

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

background-color css

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

 a { background-color: rgb(107,21,47); }

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

border-color css

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

 span { border-color: rgb(107,21,47); }

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