Html Css Color HEX #6E1523 Pohutukawa

📋 copy color: '#6E1523'

red 110 ◦ green 21 ◦ blue 35

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

Shades of Pohutukawa #6E1523

Tints of Pohutukawa #6E1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 66.27%
G = 12.65%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E1523 (or 0x6E1523) is known color: Pohutukawa. HEX triplet: 6E, 15 and 23. RGB value is (110,21,35). Sum of RGB (Red+Green+Blue) = 110+21+35=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1523 is #91EADC. Grayscale: #313131. Windows color (decimal): -9562845 or 2299246. OLE color: 2299246.

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

Color convert

RGB 110 21 35 -
CMYK 0 0.81 0.68 0.57
HSL 350.56º 0.68% 0.26% -
HSV(B) 350.56º 0.81% 0.43% -
XYZ 7 3.97 1.99 -
YUV 49.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 110 21 35 0 0.81 0.68 0.57 350.56 0.68 0.26
Hex 6E 15 23 0 51 44 39 15F 44 1A
Octal 156 25 43 0 121 104 71 537 104 32
Binary 1101110 10101 100011 0 1010001 1000100 111001 101011111 1000100 11010

Color Harmonies of #6E1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1523

Black with #6E1523

Text Example


Text Example

White with #6E1523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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