Html Css Color HEX #6F1420 Red Berry

📋 copy color: '#6F1420'

red 111 ◦ green 20 ◦ blue 32

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

Shades of Red Berry #6F1420

Tints of Red Berry #6F1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

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

R = 68.1%
G = 12.27%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F1420 (or 0x6F1420) is known color: Red Berry. HEX triplet: 6F, 14 and 20. RGB value is (111,20,32). Sum of RGB (Red+Green+Blue) = 111+20+32=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1420 is #90EBDF. Grayscale: #303030. Windows color (decimal): -9497568 or 2102383. OLE color: 2102383.

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

Color convert

RGB 111 20 32 -
CMYK 0 0.82 0.71 0.56
HSL 352.09º 0.69% 0.26% -
HSV(B) 352.09º 0.82% 0.44% -
XYZ 7.07 3.98 1.76 -
YUV 48.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 111 20 32 0 0.82 0.71 0.56 352.09 0.69 0.26
Hex 6F 14 20 0 52 47 38 160 45 1A
Octal 157 24 40 0 122 107 70 540 105 32
Binary 1101111 10100 100000 0 1010010 1000111 111000 101100000 1000101 11010

Color Harmonies of #6F1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1420

Black with #6F1420

Text Example


Text Example

White with #6F1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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