Html Css Color HEX #63101E Pohutukawa

📋 copy color: '#63101E'

red 99 ◦ green 16 ◦ blue 30

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

Shades of Pohutukawa #63101E

Tints of Pohutukawa #63101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 68.28%
G = 11.03%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63101E (or 0x63101E) is known color: Pohutukawa. HEX triplet: 63, 10 and 1E. RGB value is (99,16,30). Sum of RGB (Red+Green+Blue) = 99+16+30=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63101E is #9CEFE1. Grayscale: #2A2A2A. Windows color (decimal): -10285026 or 1970275. OLE color: 1970275.

HSL color Cylindrical-coordinate representation of color #63101E: hue angle of 349.88º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63101E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 30 -
CMYK 0 0.84 0.70 0.61
HSL 349.88º 0.72% 0.23% -
HSV(B) 349.88º 0.84% 0.39% -
XYZ 5.57 3.12 1.54 -
YUV 42.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 99 16 30 0 0.84 0.70 0.61 349.88 0.72 0.23
Hex 63 10 1E 0 54 46 3D 15E 48 17
Octal 143 20 36 0 124 106 75 536 110 27
Binary 1100011 10000 11110 0 1010100 1000110 111101 101011110 1001000 10111

Color Harmonies of #63101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63101E

Black with #63101E

Text Example


Text Example

White with #63101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63101E; }

 p { color: rgb(99,16,30); }

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

background-color css

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

 a { background-color: rgb(99,16,30); }

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

border-color css

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

 span { border-color: rgb(99,16,30); }

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