Html Css Color HEX #6E2023 Red Berry

📋 copy color: '#6E2023'

red 110 ◦ green 32 ◦ blue 35

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

Shades of Red Berry #6E2023

Tints of Red Berry #6E2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 62.15%
G = 18.08%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E2023 (or 0x6E2023) is known color: Red Berry. HEX triplet: 6E, 20 and 23. RGB value is (110,32,35). Sum of RGB (Red+Green+Blue) = 110+32+35=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2023 is #91DFDC. Grayscale: #373737. Windows color (decimal): -9560029 or 2302062. OLE color: 2302062.

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

Color convert

RGB 110 32 35 -
CMYK 0 0.71 0.68 0.57
HSL 357.69º 0.55% 0.28% -
HSV(B) 357.69º 0.71% 0.43% -
XYZ 7.25 4.47 2.07 -
YUV 55.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 110 32 35 0 0.71 0.68 0.57 357.69 0.55 0.28
Hex 6E 20 23 0 47 44 39 166 37 1C
Octal 156 40 43 0 107 104 71 546 67 34
Binary 1101110 100000 100011 0 1000111 1000100 111001 101100110 110111 11100

Color Harmonies of #6E2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2023

Black with #6E2023

Text Example


Text Example

White with #6E2023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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