Html Css Color HEX #621B1E Pohutukawa

📋 copy color: '#621B1E'

red 98 ◦ green 27 ◦ blue 30

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

Shades of Pohutukawa #621B1E

Tints of Pohutukawa #621B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 63.23%
G = 17.42%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#621B1E (or 0x621B1E) is known color: Pohutukawa. HEX triplet: 62, 1B and 1E. RGB value is (98,27,30). Sum of RGB (Red+Green+Blue) = 98+27+30=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B1E is #9DE4E1. Grayscale: #303030. Windows color (decimal): -10347746 or 1973090. OLE color: 1973090.

HSL color Cylindrical-coordinate representation of color #621B1E: hue angle of 357.46º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B1E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 30 -
CMYK 0 0.72 0.69 0.62
HSL 357.46º 0.57% 0.25% -
HSV(B) 357.46º 0.72% 0.38% -
XYZ 5.66 3.47 1.6 -
YUV 48.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 98 27 30 0 0.72 0.69 0.62 357.46 0.57 0.25
Hex 62 1B 1E 0 48 45 3E 165 39 19
Octal 142 33 36 0 110 105 76 545 71 31
Binary 1100010 11011 11110 0 1001000 1000101 111110 101100101 111001 11001

Color Harmonies of #621B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B1E

Black with #621B1E

Text Example


Text Example

White with #621B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,27,30); }

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

background-color css

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

 a { background-color: rgb(98,27,30); }

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

border-color css

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

 span { border-color: rgb(98,27,30); }

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