Html Css Color HEX #6B1330 Claret

📋 copy color: '#6B1330'

red 107 ◦ green 19 ◦ blue 48

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

Shades of Claret #6B1330

Tints of Claret #6B1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 61.49%
G = 10.92%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B1330 (or 0x6B1330) is known color: Claret. HEX triplet: 6B, 13 and 30. RGB value is (107,19,48). Sum of RGB (Red+Green+Blue) = 107+19+48=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1330 is #94ECCF. Grayscale: #303030. Windows color (decimal): -9759952 or 3150699. OLE color: 3150699.

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

Color convert

RGB 107 19 48 -
CMYK 0 0.82 0.55 0.58
HSL 340.23º 0.7% 0.25% -
HSV(B) 340.23º 0.82% 0.42% -
XYZ 6.83 3.8 3.17 -
YUV 48.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 107 19 48 0 0.82 0.55 0.58 340.23 0.7 0.25
Hex 6B 13 30 0 52 37 3A 154 46 19
Octal 153 23 60 0 122 67 72 524 106 31
Binary 1101011 10011 110000 0 1010010 110111 111010 101010100 1000110 11001

Color Harmonies of #6B1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1330

Black with #6B1330

Text Example


Text Example

White with #6B1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,48); }

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

background-color css

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

 a { background-color: rgb(107,19,48); }

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

border-color css

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

 span { border-color: rgb(107,19,48); }

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