Html Css Color HEX #63171E Pohutukawa

📋 copy color: '#63171E'

red 99 ◦ green 23 ◦ blue 30

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

Shades of Pohutukawa #63171E

Tints of Pohutukawa #63171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 65.13%
G = 15.13%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63171E (or 0x63171E) is known color: Pohutukawa. HEX triplet: 63, 17 and 1E. RGB value is (99,23,30). Sum of RGB (Red+Green+Blue) = 99+23+30=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63171E is #9CE8E1. Grayscale: #2E2E2E. Windows color (decimal): -10283234 or 1972067. OLE color: 1972067.

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

Color convert

RGB 99 23 30 -
CMYK 0 0.77 0.70 0.61
HSL 354.47º 0.62% 0.24% -
HSV(B) 354.47º 0.77% 0.39% -
XYZ 5.69 3.36 1.58 -
YUV 46.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 99 23 30 0 0.77 0.70 0.61 354.47 0.62 0.24
Hex 63 17 1E 0 4D 46 3D 162 3E 18
Octal 143 27 36 0 115 106 75 542 76 30
Binary 1100011 10111 11110 0 1001101 1000110 111101 101100010 111110 11000

Color Harmonies of #63171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63171E

Black with #63171E

Text Example


Text Example

White with #63171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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