Html Css Color HEX #6E0F27 Pohutukawa

📋 copy color: '#6E0F27'

red 110 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #6E0F27

Tints of Pohutukawa #6E0F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

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

R = 67.07%
G = 9.15%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E0F27 (or 0x6E0F27) is known color: Pohutukawa. HEX triplet: 6E, 0F and 27. RGB value is (110,15,39). Sum of RGB (Red+Green+Blue) = 110+15+39=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F27 is #91F0D8. Grayscale: #2E2E2E. Windows color (decimal): -9564377 or 2559854. OLE color: 2559854.

HSL color Cylindrical-coordinate representation of color #6E0F27: hue angle of 344.84º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F27 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 15 39 -
CMYK 0 0.86 0.65 0.57
HSL 344.84º 0.76% 0.25% -
HSV(B) 344.84º 0.86% 0.43% -
XYZ 6.97 3.8 2.29 -
YUV 46.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 110 15 39 0 0.86 0.65 0.57 344.84 0.76 0.25
Hex 6E F 27 0 56 41 39 159 4C 19
Octal 156 17 47 0 126 101 71 531 114 31
Binary 1101110 1111 100111 0 1010110 1000001 111001 101011001 1001100 11001

Color Harmonies of #6E0F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F27

Black with #6E0F27

Text Example


Text Example

White with #6E0F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,39); }

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

background-color css

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

 a { background-color: rgb(110,15,39); }

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

border-color css

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

 span { border-color: rgb(110,15,39); }

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