#6C1F23

Color #6C1F23 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6C1F23

Tints of Red Berry #6C1F23

Color information

#6C1F23 (or 0x6C1F23) is unknown color: approx Red Berry. HEX triplet: 6C, 1F and 23. RGB value is (108,31,35). Sum of RGB (Red+Green+Blue) = 108+31+35=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1F23 is #93E0DC. Grayscale: #363636. Windows color (decimal): -9691357 or 2301804. OLE color: 2301804.

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

Color convert

RGB1083135-
CMYK00.710.680.58
HSL356.88º55.4%27.25%-
HSV(B)356.88º71.3%42.35%-
XYZ6.984.292.05-
YUV54.48117.01166.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.07%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=62.07%
G=17.82%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108313500.710.680.58356.8855.427.25
Hex6C1F23047443A165371b
Octal15437430107104725456733
Binary11011001111110001101000111100010011101010110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,35); }

 H1.HeaderClassName
 {
   color: #6C1F23;
 }
 .AnyTagClassName
 {
   color: #6C1F23;
 }
</style>
background-color css

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

 a { background-color: rgb(108,31,35); }

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

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

 span { border-color: rgb(108,31,35); }

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