Html Css Color HEX #68112B Pohutukawa

📋 copy color: '#68112B'

red 104 ◦ green 17 ◦ blue 43

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

Shades of Pohutukawa #68112B

Tints of Pohutukawa #68112B

RGB

 RED value IS 104 (41.02% from 255) = 63.41%

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 63.41%
G = 10.37%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68112B (or 0x68112B) is known color: Pohutukawa. HEX triplet: 68, 11 and 2B. RGB value is (104,17,43). Sum of RGB (Red+Green+Blue) = 104+17+43=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68112B is #97EED4. Grayscale: #2D2D2D. Windows color (decimal): -9957077 or 2822504. OLE color: 2822504.

HSL color Cylindrical-coordinate representation of color #68112B: hue angle of 342.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68112B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 43 -
CMYK 0 0.84 0.59 0.59
HSL 342.07º 0.72% 0.24% -
HSV(B) 342.07º 0.84% 0.41% -
XYZ 6.35 3.52 2.63 -
YUV 45.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 104 17 43 0 0.84 0.59 0.59 342.07 0.72 0.24
Hex 68 11 2B 0 54 3B 3B 156 48 18
Octal 150 21 53 0 124 73 73 526 110 30
Binary 1101000 10001 101011 0 1010100 111011 111011 101010110 1001000 11000

Color Harmonies of #68112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68112B

Black with #68112B

Text Example


Text Example

White with #68112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68112B; }

 p { color: rgb(104,17,43); }

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

background-color css

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

 a { background-color: rgb(104,17,43); }

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

border-color css

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

 span { border-color: rgb(104,17,43); }

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