Html Css Color HEX #6B1E27 Red Berry

📋 copy color: '#6B1E27'

red 107 ◦ green 30 ◦ blue 39

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

Shades of Red Berry #6B1E27

Tints of Red Berry #6B1E27

RGB

 RED value IS 107 (42.19% from 255) = 60.8%

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 60.8%
G = 17.05%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B1E27 (or 0x6B1E27) is known color: Red Berry. HEX triplet: 6B, 1E and 27. RGB value is (107,30,39). Sum of RGB (Red+Green+Blue) = 107+30+39=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E27 is #94E1D8. Grayscale: #363636. Windows color (decimal): -9757145 or 2563691. OLE color: 2563691.

HSL color Cylindrical-coordinate representation of color #6B1E27: hue angle of 352.99º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E27 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 30 39 -
CMYK 0 0.72 0.64 0.58
HSL 352.99º 0.56% 0.27% -
HSV(B) 352.99º 0.72% 0.42% -
XYZ 6.89 4.2 2.37 -
YUV 54.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 107 30 39 0 0.72 0.64 0.58 352.99 0.56 0.27
Hex 6B 1E 27 0 48 40 3A 161 38 1B
Octal 153 36 47 0 110 100 72 541 70 33
Binary 1101011 11110 100111 0 1001000 1000000 111010 101100001 111000 11011

Color Harmonies of #6B1E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E27

Black with #6B1E27

Text Example


Text Example

White with #6B1E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,39); }

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

background-color css

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

 a { background-color: rgb(107,30,39); }

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

border-color css

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

 span { border-color: rgb(107,30,39); }

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