Html Css Color HEX #68132B Pohutukawa

📋 copy color: '#68132B'

red 104 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #68132B

Tints of Pohutukawa #68132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 62.65%
G = 11.45%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68132B (or 0x68132B) is known color: Pohutukawa. HEX triplet: 68, 13 and 2B. RGB value is (104,19,43). Sum of RGB (Red+Green+Blue) = 104+19+43=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68132B is #97ECD4. Grayscale: #2F2F2F. Windows color (decimal): -9956565 or 2823016. OLE color: 2823016.

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

Color convert

RGB 104 19 43 -
CMYK 0 0.82 0.59 0.59
HSL 343.06º 0.69% 0.24% -
HSV(B) 343.06º 0.82% 0.41% -
XYZ 6.38 3.58 2.64 -
YUV 47.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 104 19 43 0 0.82 0.59 0.59 343.06 0.69 0.24
Hex 68 13 2B 0 52 3B 3B 157 45 18
Octal 150 23 53 0 122 73 73 527 105 30
Binary 1101000 10011 101011 0 1010010 111011 111011 101010111 1000101 11000

Color Harmonies of #68132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68132B

Black with #68132B

Text Example


Text Example

White with #68132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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