Html Css Color HEX #632026 Pohutukawa

📋 copy color: '#632026'

red 99 ◦ green 32 ◦ blue 38

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

Shades of Pohutukawa #632026

Tints of Pohutukawa #632026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 58.58%
G = 18.93%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#632026 (or 0x632026) is known color: Pohutukawa. HEX triplet: 63, 20 and 26. RGB value is (99,32,38). Sum of RGB (Red+Green+Blue) = 99+32+38=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632026 is #9CDFD9. Grayscale: #343434. Windows color (decimal): -10280922 or 2498659. OLE color: 2498659.

HSL color Cylindrical-coordinate representation of color #632026: hue angle of 354.63º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632026 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 38 -
CMYK 0 0.68 0.62 0.61
HSL 354.63º 0.51% 0.26% -
HSV(B) 354.63º 0.68% 0.39% -
XYZ 6.01 3.83 2.26 -
YUV 52.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 99 32 38 0 0.68 0.62 0.61 354.63 0.51 0.26
Hex 63 20 26 0 44 3E 3D 163 33 1A
Octal 143 40 46 0 104 76 75 543 63 32
Binary 1100011 100000 100110 0 1000100 111110 111101 101100011 110011 11010

Color Harmonies of #632026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632026

Black with #632026

Text Example


Text Example

White with #632026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632026; }

 p { color: rgb(99,32,38); }

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

background-color css

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

 a { background-color: rgb(99,32,38); }

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

border-color css

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

 span { border-color: rgb(99,32,38); }

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