Html Css Color HEX #63192A Pohutukawa

📋 copy color: '#63192A'

red 99 ◦ green 25 ◦ blue 42

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

Shades of Pohutukawa #63192A

Tints of Pohutukawa #63192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 59.64%
G = 15.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63192A (or 0x63192A) is known color: Pohutukawa. HEX triplet: 63, 19 and 2A. RGB value is (99,25,42). Sum of RGB (Red+Green+Blue) = 99+25+42=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63192A is #9CE6D5. Grayscale: #313131. Windows color (decimal): -10282710 or 2759011. OLE color: 2759011.

HSL color Cylindrical-coordinate representation of color #63192A: hue angle of 346.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63192A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 42 -
CMYK 0 0.75 0.58 0.61
HSL 346.22º 0.6% 0.24% -
HSV(B) 346.22º 0.75% 0.39% -
XYZ 5.91 3.52 2.56 -
YUV 49.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 99 25 42 0 0.75 0.58 0.61 346.22 0.6 0.24
Hex 63 19 2A 0 4B 3A 3D 15A 3C 18
Octal 143 31 52 0 113 72 75 532 74 30
Binary 1100011 11001 101010 0 1001011 111010 111101 101011010 111100 11000

Color Harmonies of #63192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63192A

Black with #63192A

Text Example


Text Example

White with #63192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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