#630C1B

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

Shades of Pohutukawa #630C1B

Tints of Pohutukawa #630C1B

Color information

#630C1B (or 0x630C1B) is unknown color: approx Pohutukawa. HEX triplet: 63, 0C and 1B. RGB value is (99,12,27). Sum of RGB (Red+Green+Blue) = 99+12+27=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C1B is #9CF3E4. Grayscale: #272727. Windows color (decimal): -10286053 or 1772643. OLE color: 1772643.

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

Color convert

RGB991227-
CMYK00.880.730.61
HSL349.66º78.38%21.76%-
HSV(B)349.66º87.88%38.82%-
XYZ5.472.991.33-
YUV39.72120.82170.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=71.74%
G=8.70%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99122700.880.730.61349.6678.3821.76
Hex63C1B058493D15e4e16
Octal143143301301117553611626
Binary1100011110011011010110001001001111101101011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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