Html Css Color HEX #630A19 Pohutukawa

📋 copy color: '#630A19'

red 99 ◦ green 10 ◦ blue 25

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

Shades of Pohutukawa #630A19

Tints of Pohutukawa #630A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 73.88%
G = 7.46%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#630A19 (or 0x630A19) is known color: Pohutukawa. HEX triplet: 63, 0A and 19. RGB value is (99,10,25). Sum of RGB (Red+Green+Blue) = 99+10+25=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A19 is #9CF5E6. Grayscale: #262626. Windows color (decimal): -10286567 or 1641059. OLE color: 1641059.

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

Color convert

RGB 99 10 25 -
CMYK 0 0.90 0.75 0.61
HSL 349.89º 0.82% 0.21% -
HSV(B) 349.89º 0.9% 0.39% -
XYZ 5.43 2.94 1.2 -
YUV 38.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 99 10 25 0 0.90 0.75 0.61 349.89 0.82 0.21
Hex 63 A 19 0 5A 4B 3D 15E 52 15
Octal 143 12 31 0 132 113 75 536 122 25
Binary 1100011 1010 11001 0 1011010 1001011 111101 101011110 1010010 10101

Color Harmonies of #630A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A19

Black with #630A19

Text Example


Text Example

White with #630A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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