Html Css Color HEX #68182B Pohutukawa

📋 copy color: '#68182B'

red 104 ◦ green 24 ◦ blue 43

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

Shades of Pohutukawa #68182B

Tints of Pohutukawa #68182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 60.82%
G = 14.04%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68182B (or 0x68182B) is known color: Pohutukawa. HEX triplet: 68, 18 and 2B. RGB value is (104,24,43). Sum of RGB (Red+Green+Blue) = 104+24+43=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182B is #97E7D4. Grayscale: #323232. Windows color (decimal): -9955285 or 2824296. OLE color: 2824296.

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

Color convert

RGB 104 24 43 -
CMYK 0 0.77 0.59 0.59
HSL 345.75º 0.63% 0.25% -
HSV(B) 345.75º 0.77% 0.41% -
XYZ 6.47 3.77 2.67 -
YUV 50.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 104 24 43 0 0.77 0.59 0.59 345.75 0.63 0.25
Hex 68 18 2B 0 4D 3B 3B 15A 3E 19
Octal 150 30 53 0 115 73 73 532 76 31
Binary 1101000 11000 101011 0 1001101 111011 111011 101011010 111110 11001

Color Harmonies of #68182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68182B

Black with #68182B

Text Example


Text Example

White with #68182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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