Html Css Color HEX #6F1C27 Red Berry

📋 copy color: '#6F1C27'

red 111 ◦ green 28 ◦ blue 39

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

Shades of Red Berry #6F1C27

Tints of Red Berry #6F1C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 39 (15.63% from 255) = 21.91%

R = 62.36%
G = 15.73%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F1C27 (or 0x6F1C27) is known color: Red Berry. HEX triplet: 6F, 1C and 27. RGB value is (111,28,39). Sum of RGB (Red+Green+Blue) = 111+28+39=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C27 is #90E3D8. Grayscale: #363636. Windows color (decimal): -9495513 or 2563183. OLE color: 2563183.

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

Color convert

RGB 111 28 39 -
CMYK 0 0.75 0.65 0.56
HSL 352.05º 0.6% 0.27% -
HSV(B) 352.05º 0.75% 0.44% -
XYZ 7.34 4.36 2.37 -
YUV 54.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 111 28 39 0 0.75 0.65 0.56 352.05 0.6 0.27
Hex 6F 1C 27 0 4B 41 38 160 3C 1B
Octal 157 34 47 0 113 101 70 540 74 33
Binary 1101111 11100 100111 0 1001011 1000001 111000 101100000 111100 11011

Color Harmonies of #6F1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1C27

Black with #6F1C27

Text Example


Text Example

White with #6F1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,39); }

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

background-color css

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

 a { background-color: rgb(111,28,39); }

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

border-color css

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

 span { border-color: rgb(111,28,39); }

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