Html Css Color HEX #63182D Pohutukawa

📋 copy color: '#63182D'

red 99 ◦ green 24 ◦ blue 45

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

Shades of Pohutukawa #63182D

Tints of Pohutukawa #63182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 58.93%
G = 14.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63182D (or 0x63182D) is known color: Pohutukawa. HEX triplet: 63, 18 and 2D. RGB value is (99,24,45). Sum of RGB (Red+Green+Blue) = 99+24+45=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63182D is #9CE7D2. Grayscale: #303030. Windows color (decimal): -10282963 or 2955363. OLE color: 2955363.

HSL color Cylindrical-coordinate representation of color #63182D: hue angle of 343.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63182D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 45 -
CMYK 0 0.76 0.55 0.61
HSL 343.2º 0.61% 0.24% -
HSV(B) 343.2º 0.76% 0.39% -
XYZ 5.95 3.5 2.84 -
YUV 48.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 99 24 45 0 0.76 0.55 0.61 343.2 0.61 0.24
Hex 63 18 2D 0 4C 37 3D 157 3D 18
Octal 143 30 55 0 114 67 75 527 75 30
Binary 1100011 11000 101101 0 1001100 110111 111101 101010111 111101 11000

Color Harmonies of #63182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63182D

Black with #63182D

Text Example


Text Example

White with #63182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63182D; }

 p { color: rgb(99,24,45); }

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

background-color css

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

 a { background-color: rgb(99,24,45); }

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

border-color css

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

 span { border-color: rgb(99,24,45); }

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