Html Css Color HEX #6E102B Pohutukawa

📋 copy color: '#6E102B'

red 110 ◦ green 16 ◦ blue 43

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

Shades of Pohutukawa #6E102B

Tints of Pohutukawa #6E102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 65.09%
G = 9.47%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E102B (or 0x6E102B) is known color: Pohutukawa. HEX triplet: 6E, 10 and 2B. RGB value is (110,16,43). Sum of RGB (Red+Green+Blue) = 110+16+43=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E102B is #91EFD4. Grayscale: #2F2F2F. Windows color (decimal): -9564117 or 2822254. OLE color: 2822254.

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

Color convert

RGB 110 16 43 -
CMYK 0 0.85 0.61 0.57
HSL 342.77º 0.75% 0.25% -
HSV(B) 342.77º 0.85% 0.43% -
XYZ 7.05 3.86 2.66 -
YUV 47.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 110 16 43 0 0.85 0.61 0.57 342.77 0.75 0.25
Hex 6E 10 2B 0 55 3D 39 157 4B 19
Octal 156 20 53 0 125 75 71 527 113 31
Binary 1101110 10000 101011 0 1010101 111101 111001 101010111 1001011 11001

Color Harmonies of #6E102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E102B

Black with #6E102B

Text Example


Text Example

White with #6E102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,43); }

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

background-color css

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

 a { background-color: rgb(110,16,43); }

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

border-color css

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

 span { border-color: rgb(110,16,43); }

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