Html Css Color HEX #6E2328 Red Berry

📋 copy color: '#6E2328'

red 110 ◦ green 35 ◦ blue 40

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

Shades of Red Berry #6E2328

Tints of Red Berry #6E2328

RGB

 RED value IS 110 (43.36% from 255) = 59.46%

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 59.46%
G = 18.92%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E2328 (or 0x6E2328) is known color: Red Berry. HEX triplet: 6E, 23 and 28. RGB value is (110,35,40). Sum of RGB (Red+Green+Blue) = 110+35+40=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2328 is #91DCD7. Grayscale: #3A3A3A. Windows color (decimal): -9559256 or 2630510. OLE color: 2630510.

HSL color Cylindrical-coordinate representation of color #6E2328: hue angle of 356º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2328 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 35 40 -
CMYK 0 0.68 0.64 0.57
HSL 356º 0.52% 0.28% -
HSV(B) 356º 0.68% 0.43% -
XYZ 7.41 4.67 2.52 -
YUV 58 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 110 35 40 0 0.68 0.64 0.57 356 0.52 0.28
Hex 6E 23 28 0 44 40 39 164 34 1C
Octal 156 43 50 0 104 100 71 544 64 34
Binary 1101110 100011 101000 0 1000100 1000000 111001 101100100 110100 11100

Color Harmonies of #6E2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2328

Black with #6E2328

Text Example


Text Example

White with #6E2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,40); }

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

background-color css

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

 a { background-color: rgb(110,35,40); }

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

border-color css

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

 span { border-color: rgb(110,35,40); }

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