#6B132B

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

Shades of Pohutukawa #6B132B

Tints of Pohutukawa #6B132B

Color information

#6B132B (or 0x6B132B) is unknown color: approx Pohutukawa. HEX triplet: 6B, 13 and 2B. RGB value is (107,19,43). Sum of RGB (Red+Green+Blue) = 107+19+43=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B132B is #94ECD4. Grayscale: #303030. Windows color (decimal): -9759957 or 2823019. OLE color: 2823019.

HSL color Cylindrical-coordinate representation of color #6B132B: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B132B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1071943-
CMYK00.820.600.58
HSL343.64º69.84%24.71%-
HSV(B)343.64º82.24%41.96%-
XYZ6.733.772.66-
YUV48.05125.15170.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.31%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=63.31%
G=11.24%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107194300.820.600.58343.6469.8424.71
Hex6B132B0523C3A1584619
Octal15323530122747253010631
Binary11010111001110101101010010111100111010101011000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,19,43); }

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

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

 a { background-color: rgb(107,19,43); }

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

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

 span { border-color: rgb(107,19,43); }

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