Html Css Color HEX #6F1920 Red Berry

📋 copy color: '#6F1920'

red 111 ◦ green 25 ◦ blue 32

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

Shades of Red Berry #6F1920

Tints of Red Berry #6F1920

RGB

 RED value IS 111 (43.75% from 255) = 66.07%

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 66.07%
G = 14.88%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F1920 (or 0x6F1920) is known color: Red Berry. HEX triplet: 6F, 19 and 20. RGB value is (111,25,32). Sum of RGB (Red+Green+Blue) = 111+25+32=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1920 is #90E6DF. Grayscale: #333333. Windows color (decimal): -9496288 or 2103663. OLE color: 2103663.

HSL color Cylindrical-coordinate representation of color #6F1920: hue angle of 355.12º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1920 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 32 -
CMYK 0 0.77 0.71 0.56
HSL 355.12º 0.63% 0.27% -
HSV(B) 355.12º 0.77% 0.44% -
XYZ 7.16 4.18 1.8 -
YUV 51.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 111 25 32 0 0.77 0.71 0.56 355.12 0.63 0.27
Hex 6F 19 20 0 4D 47 38 163 3F 1B
Octal 157 31 40 0 115 107 70 543 77 33
Binary 1101111 11001 100000 0 1001101 1000111 111000 101100011 111111 11011

Color Harmonies of #6F1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1920

Black with #6F1920

Text Example


Text Example

White with #6F1920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,32); }

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

background-color css

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

 a { background-color: rgb(111,25,32); }

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

border-color css

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

 span { border-color: rgb(111,25,32); }

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