#630E1B

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

Shades of Pohutukawa #630E1B

Tints of Pohutukawa #630E1B

Color information

#630E1B (or 0x630E1B) is unknown color: approx Pohutukawa. HEX triplet: 63, 0E and 1B. RGB value is (99,14,27). Sum of RGB (Red+Green+Blue) = 99+14+27=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E1B is #9CF1E4. Grayscale: #282828. Windows color (decimal): -10285541 or 1773155. OLE color: 1773155.

HSL color Cylindrical-coordinate representation of color #630E1B: hue angle of 350.82º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E1B is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB991427-
CMYK00.860.730.61
HSL350.82º75.22%22.16%-
HSV(B)350.82º85.86%38.82%-
XYZ5.53.051.33-
YUV40.9120.16169.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=70.71%
G=10%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99142700.860.730.61350.8275.2222.16
Hex63E1B056493D15f4b16
Octal143163301261117553711326
Binary1100011111011011010101101001001111101101011111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630E1B; }

 p { color: rgb(99,14,27); }

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

<style>
 a { background-color: #630E1B; }

 a { background-color: rgb(99,14,27); }

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

<style>
 span { border-color: #630E1B; }

 span { border-color: rgb(99,14,27); }

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