Html Css Color HEX #631E2D Pohutukawa

📋 copy color: '#631E2D'

red 99 ◦ green 30 ◦ blue 45

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

Shades of Pohutukawa #631E2D

Tints of Pohutukawa #631E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

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

R = 56.9%
G = 17.24%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#631E2D (or 0x631E2D) is known color: Pohutukawa. HEX triplet: 63, 1E and 2D. RGB value is (99,30,45). Sum of RGB (Red+Green+Blue) = 99+30+45=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E2D is #9CE1D2. Grayscale: #343434. Windows color (decimal): -10281427 or 2956899. OLE color: 2956899.

HSL color Cylindrical-coordinate representation of color #631E2D: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E2D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 45 -
CMYK 0 0.70 0.55 0.61
HSL 346.96º 0.53% 0.25% -
HSV(B) 346.96º 0.7% 0.39% -
XYZ 6.08 3.77 2.89 -
YUV 52.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 99 30 45 0 0.70 0.55 0.61 346.96 0.53 0.25
Hex 63 1E 2D 0 46 37 3D 15B 35 19
Octal 143 36 55 0 106 67 75 533 65 31
Binary 1100011 11110 101101 0 1000110 110111 111101 101011011 110101 11001

Color Harmonies of #631E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E2D

Black with #631E2D

Text Example


Text Example

White with #631E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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