#630C1C

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

Shades of Pohutukawa #630C1C

Tints of Pohutukawa #630C1C

Color information

#630C1C (or 0x630C1C) is unknown color: approx Pohutukawa. HEX triplet: 63, 0C and 1C. RGB value is (99,12,28). Sum of RGB (Red+Green+Blue) = 99+12+28=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C1C is #9CF3E3. Grayscale: #272727. Windows color (decimal): -10286052 or 1838179. OLE color: 1838179.

HSL color Cylindrical-coordinate representation of color #630C1C: hue angle of 348.97º 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 #630C1C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB991228-
CMYK00.880.720.61
HSL348.97º78.38%21.76%-
HSV(B)348.97º87.88%38.82%-
XYZ5.4931.39-
YUV39.84121.32170.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=71.22%
G=8.63%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99122800.880.720.61348.9778.3821.76
Hex63C1C058483D15d4e16
Octal143143401301107553511626
Binary1100011110011100010110001001000111101101011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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