Html Css Color HEX #621A2D Pohutukawa

📋 copy color: '#621A2D'

red 98 ◦ green 26 ◦ blue 45

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

Shades of Pohutukawa #621A2D

Tints of Pohutukawa #621A2D

RGB

 RED value IS 98 (38.67% from 255) = 57.99%

 GREEN value IS 26 (10.55% from 255) = 15.38%

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

R = 57.99%
G = 15.38%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#621A2D (or 0x621A2D) is known color: Pohutukawa. HEX triplet: 62, 1A and 2D. RGB value is (98,26,45). Sum of RGB (Red+Green+Blue) = 98+26+45=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2D is #9DE5D2. Grayscale: #313131. Windows color (decimal): -10347987 or 2955874. OLE color: 2955874.

HSL color Cylindrical-coordinate representation of color #621A2D: hue angle of 344.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A2D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 45 -
CMYK 0 0.73 0.54 0.62
HSL 344.17º 0.58% 0.24% -
HSV(B) 344.17º 0.73% 0.38% -
XYZ 5.88 3.52 2.85 -
YUV 49.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 98 26 45 0 0.73 0.54 0.62 344.17 0.58 0.24
Hex 62 1A 2D 0 49 36 3E 158 3A 18
Octal 142 32 55 0 111 66 76 530 72 30
Binary 1100010 11010 101101 0 1001001 110110 111110 101011000 111010 11000

Color Harmonies of #621A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A2D

Black with #621A2D

Text Example


Text Example

White with #621A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A2D; }

 p { color: rgb(98,26,45); }

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

background-color css

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

 a { background-color: rgb(98,26,45); }

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

border-color css

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

 span { border-color: rgb(98,26,45); }

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