Html Css Color HEX #63141E Pohutukawa

📋 copy color: '#63141E'

red 99 ◦ green 20 ◦ blue 30

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

Shades of Pohutukawa #63141E

Tints of Pohutukawa #63141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 66.44%
G = 13.42%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63141E (or 0x63141E) is known color: Pohutukawa. HEX triplet: 63, 14 and 1E. RGB value is (99,20,30). Sum of RGB (Red+Green+Blue) = 99+20+30=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63141E is #9CEBE1. Grayscale: #2C2C2C. Windows color (decimal): -10284002 or 1971299. OLE color: 1971299.

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

Color convert

RGB 99 20 30 -
CMYK 0 0.80 0.70 0.61
HSL 352.41º 0.66% 0.23% -
HSV(B) 352.41º 0.8% 0.39% -
XYZ 5.63 3.25 1.56 -
YUV 44.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 99 20 30 0 0.80 0.70 0.61 352.41 0.66 0.23
Hex 63 14 1E 0 50 46 3D 160 42 17
Octal 143 24 36 0 120 106 75 540 102 27
Binary 1100011 10100 11110 0 1010000 1000110 111101 101100000 1000010 10111

Color Harmonies of #63141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63141E

Black with #63141E

Text Example


Text Example

White with #63141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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