Html Css Color HEX #630813 Pohutukawa

📋 copy color: '#630813'

red 99 ◦ green 8 ◦ blue 19

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

Shades of Pohutukawa #630813

Tints of Pohutukawa #630813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

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

R = 78.57%
G = 6.35%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#630813 (or 0x630813) is known color: Pohutukawa. HEX triplet: 63, 08 and 13. RGB value is (99,8,19). Sum of RGB (Red+Green+Blue) = 99+8+19=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #630813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630813 is #9CF7EC. Grayscale: #242424. Windows color (decimal): -10287085 or 1247331. OLE color: 1247331.

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

Color convert

RGB 99 8 19 -
CMYK 0 0.92 0.81 0.61
HSL 352.75º 0.85% 0.21% -
HSV(B) 352.75º 0.92% 0.39% -
XYZ 5.35 2.87 0.89 -
YUV 36.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 99 8 19 0 0.92 0.81 0.61 352.75 0.85 0.21
Hex 63 8 13 0 5C 51 3D 161 55 15
Octal 143 10 23 0 134 121 75 541 125 25
Binary 1100011 1000 10011 0 1011100 1010001 111101 101100001 1010101 10101

Color Harmonies of #630813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630813

Black with #630813

Text Example


Text Example

White with #630813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630813; }

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

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

background-color css

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

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

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

border-color css

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

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

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