Html Css Color HEX #630A13 Pohutukawa

📋 copy color: '#630A13'

red 99 ◦ green 10 ◦ blue 19

#630A13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #630A13

Tints of Pohutukawa #630A13

RGB

 RED value IS 99 (39.06% from 255) = 77.34%

 GREEN value IS 10 (4.3% from 255) = 7.81%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 77.34%
G = 7.81%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#630A13 (or 0x630A13) is known color: Pohutukawa. HEX triplet: 63, 0A and 13. RGB value is (99,10,19). Sum of RGB (Red+Green+Blue) = 99+10+19=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #630A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A13 is #9CF5EC. Grayscale: #252525. Windows color (decimal): -10286573 or 1247843. OLE color: 1247843.

HSL color Cylindrical-coordinate representation of color #630A13: hue angle of 353.93º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A13 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 19 -
CMYK 0 0.90 0.81 0.61
HSL 353.93º 0.82% 0.21% -
HSV(B) 353.93º 0.9% 0.39% -
XYZ 5.37 2.92 0.9 -
YUV 37.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 99 10 19 0 0.90 0.81 0.61 353.93 0.82 0.21
Hex 63 A 13 0 5A 51 3D 162 52 15
Octal 143 12 23 0 132 121 75 542 122 25
Binary 1100011 1010 10011 0 1011010 1010001 111101 101100010 1010010 10101

Color Harmonies of #630A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A13

Black with #630A13

Text Example


Text Example

White with #630A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,19); }

 H1.HeaderClassName
 {
   color: #630A13;
 }
 .AnyTagClassName
 {
   color: #630A13;
 }
</style>

background-color css

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

 a { background-color: rgb(99,10,19); }

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

border-color css

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

 span { border-color: rgb(99,10,19); }

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