Html Css Color HEX #6F181B Red Berry

📋 copy color: '#6F181B'

red 111 ◦ green 24 ◦ blue 27

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

Shades of Red Berry #6F181B

Tints of Red Berry #6F181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 68.52%
G = 14.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F181B (or 0x6F181B) is known color: Red Berry. HEX triplet: 6F, 18 and 1B. RGB value is (111,24,27). Sum of RGB (Red+Green+Blue) = 111+24+27=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F181B is #90E7E4. Grayscale: #323232. Windows color (decimal): -9496549 or 1775727. OLE color: 1775727.

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

Color convert

RGB 111 24 27 -
CMYK 0 0.78 0.76 0.56
HSL 357.93º 0.64% 0.26% -
HSV(B) 357.93º 0.78% 0.44% -
XYZ 7.08 4.11 1.46 -
YUV 50.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 111 24 27 0 0.78 0.76 0.56 357.93 0.64 0.26
Hex 6F 18 1B 0 4E 4C 38 166 40 1A
Octal 157 30 33 0 116 114 70 546 100 32
Binary 1101111 11000 11011 0 1001110 1001100 111000 101100110 1000000 11010

Color Harmonies of #6F181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F181B

Black with #6F181B

Text Example


Text Example

White with #6F181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,27); }

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

background-color css

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

 a { background-color: rgb(111,24,27); }

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

border-color css

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

 span { border-color: rgb(111,24,27); }

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