Html Css Color HEX #67182A Pohutukawa

📋 copy color: '#67182A'

red 103 ◦ green 24 ◦ blue 42

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

Shades of Pohutukawa #67182A

Tints of Pohutukawa #67182A

RGB

 RED value IS 103 (40.63% from 255) = 60.95%

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

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 60.95%
G = 14.2%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#67182A (or 0x67182A) is known color: Pohutukawa. HEX triplet: 67, 18 and 2A. RGB value is (103,24,42). Sum of RGB (Red+Green+Blue) = 103+24+42=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67182A is #98E7D5. Grayscale: #313131. Windows color (decimal): -10020822 or 2758759. OLE color: 2758759.

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

Color convert

RGB 103 24 42 -
CMYK 0 0.77 0.59 0.60
HSL 346.33º 0.62% 0.25% -
HSV(B) 346.33º 0.77% 0.4% -
XYZ 6.34 3.7 2.57 -
YUV 49.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 103 24 42 0 0.77 0.59 0.60 346.33 0.62 0.25
Hex 67 18 2A 0 4D 3B 3C 15A 3E 19
Octal 147 30 52 0 115 73 74 532 76 31
Binary 1100111 11000 101010 0 1001101 111011 111100 101011010 111110 11001

Color Harmonies of #67182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67182A

Black with #67182A

Text Example


Text Example

White with #67182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67182A; }

 p { color: rgb(103,24,42); }

 H1.HeaderClassName
 {
   color: #67182A;
 }
 .AnyTagClassName
 {
   color: #67182A;
 }
</style>

background-color css

<style>
 a { background-color: #67182A; }

 a { background-color: rgb(103,24,42); }

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

border-color css

<style>
 span { border-color: #67182A; }

 span { border-color: rgb(103,24,42); }

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