#630D0F

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

Shades of Pohutukawa #630D0F

Tints of Pohutukawa #630D0F

Color information

#630D0F (or 0x630D0F) is unknown color: approx Pohutukawa. HEX triplet: 63, 0D and 0F. RGB value is (99,13,15). Sum of RGB (Red+Green+Blue) = 99+13+15=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #630D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D0F is #9CF2F0. Grayscale: #272727. Windows color (decimal): -10285809 or 986467. OLE color: 986467.

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

Color convert

RGB991315-
CMYK00.870.850.61
HSL358.6º76.79%21.96%-
HSV(B)358.6º86.87%38.82%-
XYZ5.382.970.74-
YUV38.94114.49170.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=77.95%
G=10.24%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99131500.870.850.61358.676.7921.96
Hex63DF057553D1674d16
Octal143151701271257554711526
Binary110001111011111010101111010101111101101100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,13,15); }

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

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

 a { background-color: rgb(99,13,15); }

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

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

 span { border-color: rgb(99,13,15); }

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