#6D102B

Color #6D102B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6D102B

Tints of Pohutukawa #6D102B

Color information

#6D102B (or 0x6D102B) is unknown color: approx Pohutukawa. HEX triplet: 6D, 10 and 2B. RGB value is (109,16,43). Sum of RGB (Red+Green+Blue) = 109+16+43=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102B is #92EFD4. Grayscale: #2E2E2E. Windows color (decimal): -9629653 or 2822253. OLE color: 2822253.

HSL color Cylindrical-coordinate representation of color #6D102B: hue angle of 342.58º degrees, saturation: 0.74, 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 #6D102B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1091643-
CMYK00.850.610.57
HSL342.58º74.4%24.51%-
HSV(B)342.58º85.32%42.75%-
XYZ6.933.82.65-
YUV46.89125.81172.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.88%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=64.88%
G=9.52%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109164300.850.610.57342.5874.424.51
Hex6D102B0553D391574a19
Octal15520530125757152711231
Binary11011011000010101101010101111101111001101010111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D102B;
 }
 .AnyTagClassName
 {
   color: #6D102B;
 }
</style>
background-color css

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

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

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

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

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

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